.logo__summary {
    text-align: center;
}
.logo__title, .logo__description {
    font-family: "Times New Roman", Times, serif;
}
.logo__title {
    font-size: 32px;
}
.logo__description {
    font-size: 19px;
}
@media only screen and (min-width:1025px) {
.wrap__logo__header {
    left: 350px;
}
}
@media only screen and (width:1024px) {
.wrap__logo__header {
    left: 250px;
}
}
@media only screen and (width:768px) {
.wrap__logo__header {
    left: 200px;
}
}
* {
    font-family: "Times New Roman" !important;
}