* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Merriweather, sans-serif;
    color: #000000;
}
.wrapper-skeleton {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(244,213,141);
}
a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}footer {
    background: rgb(0,20,39);
    color: #000000;
    font-family: Merriweather, sans-serif;
    padding: 60px 20px;
    border-top: 2px solid rgb(112,141,129);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease;
}
footer .copyright {
    background: rgb(112,141,129,0.5);
    padding: 20px 10px;
    text-align: center;
    border-top: 1px solid rgb(112,141,129);
}
footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(112,141,129);
}
footer h5 {
    color: rgb(112,141,129);
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 10px;
    transition: background 0.3s ease, color 0.3s ease;
}
footer .menu a:hover {
    background: rgb(112,141,129);
    color: #000000;
}
footer .copyright_info {
    color: #ffffff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
    margin-left: 5px;
}
footer .contact_info div svg, footer .contact_info div svg path {
    fill: rgb(112,141,129);
}
footer .contact_info div span {
    color: #000000;
}
footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
    background: rgb(244,213,141);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 20px;
    border-bottom: 1px solid rgb(112,141,129,0.5);
    padding-bottom: 20px;
}
footer .footer_agreement {
    display: flex;
    margin: 20px 0;
    justify-content: flex-end;
    text-align: right;
    color: #000000;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}
footer .contact_info {
    display: flex;
    flex-direction: column;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: flex-start;
}
footer .contact_info div img, footer .contact_info div svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
}
footer .menu a {
    text-decoration: none;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}
footer .menu a:hover {
    text-decoration: underline;
    color: rgb(112,141,129);
}
footer .copyright {
    font-size: 12px;
    font-weight: 300;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .footer_info > * {
        margin-bottom: 20px;
    }
    footer .footer_info > *:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .contact_info {
        margin-top: 20px;
    }
    footer h5 {
        margin-top: 10px;
        text-align: center;
    }
    footer .footer_info {
        padding: 0 10px;
    }
    footer .menu a {
        margin-right: 0;
        margin-bottom: 10px;
    }
    footer .footer_agreement {
        text-align: center;
    }
}.our-background .holder {
    background-size: cover;
}

.our-background .style_element {
    background: #ffffff;
}

.our-background {
    padding-bottom: 80px;
    padding-top: 80px;
}

.our-background h2 {
    color: rgb(0,20,39);
}

.our-background span {
    color: rgb(112,141,129);
}

.our-background p {
    color: #000000;
}

.our-background .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.our-background .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.our-background .caption_holder {
    display: flex;
    justify-content: flex-end;
}

.our-background h2 {
    margin-bottom: 8px;
    font-size: 31px;
    font-weight: 600;
}

.our-background span {
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: 600;
}

.our-background p {
    font-size: 17px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .our-background .holder {
        padding: 0px;
    }

    .our-background .style_element {
        width: 100%;
        min-width: unset;
    }

    .our-background {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .our-background h2 {
        font-size: 30px;
    }
}

.wrapper-skeleton .our-background .holder {
    height: auto;

}

.our-background {
    padding: 70px 0;
}

.wrapper-skeleton .our-background .holder .photo {
    display: block;
    width: 640px;
    height: 640px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 10%;
    top: 20px;
    z-index: 2;

}

.wrapper-skeleton .our-background .caption_holder {
    min-height: 700px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    background: url("data:image/svg+xml,%3Csvg class='u-svg-content' viewBox='0 0 160 160' x='0px' y='0px' id='svg-d8b7'%3E%3Cpath d='M157.4 45.5c11.3-39.1-16.3-50.2-43.8-43.8c-25.2 5.8-35.5 17.2-61 16.5C21.7 17.4 0 39.8 0 71.3c0 49.1 58.2 47.8 76.2 68.5c38.8 44.7 92.8 8.2 79.3-40.3C148.1 73.2 155.9 50.6 157.4 45.5z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}

.wrapper-skeleton .our-background .caption_holder::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(244,213,141);
    top: 0;
    left: 0;
    clip-path: ellipse(27% 47% at 33% 47%);
    z-index: 1;
}

.wrapper-skeleton .our-background .caption_holder::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(112,141,129);
    top: 0;
    left: 0;
    clip-path: ellipse(40% 45% at 45% 55%);
    z-index: 0;
}

.wrapper-skeleton .our-background .style_element {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 20px 0px;
    position: relative;
    z-index: 3;
    border-radius: 20px;
    width: 56%;
    padding: 30px;
}

.wrapper-skeleton .our-background h2 {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 36px;
}

.wrapper-skeleton .our-background p {
    color: #000000;
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-skeleton .our-background .holder .photo {
        width: 400px;
        height: 400px;
        top: 20%;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton .our-background .style_element {
        width: 100%;
        padding: 30px;
    }

    .wrapper-skeleton .our-background .holder .photo {
        width: 320px;
        height: 320px;
        position: relative;
        left: unset;
        top: unset;
        top: 100px;
        margin-top: -100px;
    }

    .wrapper-skeleton .our-background .caption_holder {
        flex-direction: column;
        min-height: unset;
        align-items: center;
    }
}.title-greeting {
    background-color: rgb(244,213,141);
    font-family: Merriweather, sans-serif;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 85px 0;
}

.title-greeting .holder {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 1200px;
    background-color: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.title-greeting .photo {
    height: 300px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.title-greeting .text_holder {
    display: flex;
    flex-direction: column;
    padding: 3rem;
    background-color: #ffffff;
    position: relative;
}

.title-greeting .text_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, rgb(112,141,129), rgb(0,20,39));
    border-radius: 3px;
}

.title-greeting .text_info {
    margin-bottom: 2rem;
    text-align: center;
}

.title-greeting .text_info svg {
    width: 50px;
    height: 50px;
    fill: rgb(112,141,129);
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.title-greeting .text_info svg:hover {
    transform: scale(1.1);
}

.title-greeting .text_info h2 {
    font-size: 31px;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.title-greeting .text_info span {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

.title-greeting .button {
    align-self: center;
    padding: 0.75rem 2rem;
    background-color: #ffffff;
    color: rgb(112,141,129);
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 2px solid rgb(112,141,129);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.title-greeting .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgb(112,141,129);
    transition: all 0.3s ease;
    z-index: -1;
}

.title-greeting .button:hover {
    color: #ffffff;
}

.title-greeting .button:hover::before {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .title-greeting .holder {
        flex-direction: row;
        align-items: stretch;
    }

    .title-greeting .photo {
        flex: 1;
        height: auto;
    }

    .title-greeting .text_holder {
        flex: 1;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .title-greeting .text_holder {
        padding: 2rem;
    }

    .title-greeting .text_info h2 {
        font-size: 22px;
    }

    .title-greeting .text_info span {
        font-size: 13px;
        max-width: 100%;
    }

    .title-greeting .button {
        padding: 0.6rem 1.5rem;
        font-size: 13px;
    }
}.testimonials {
    background: rgb(244,213,141);
    padding: 80px 0;
    border-top: 4px solid rgb(112,141,129);
    border-bottom: 4px solid rgb(112,141,129);
    position: relative;
    overflow: hidden;
}

.testimonials::before,
.testimonials::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: radial-gradient(circle, rgb(112,141,129,0.5) 8%, transparent 8%);
    background-size: 30px 30px;
    animation: backgroundMove 60s linear infinite;
    z-index: 0;
}

.testimonials::after {
    background-size: 20px 20px;
    animation-duration: 40s;
    opacity: 0.5;
}

@keyframes backgroundMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-30px, -30px); }
}

.testimonials h3 {
    font-size: clamp(24px, 5vw, 36px);
    color: rgb(112,141,129);
    font-weight: 700;
    text-align: center;
    margin: 0 0 50px 0;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.testimonials h3::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(112,141,129), transparent);
}

.testimonials .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.testimonials .reviews {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 20px;
    perspective: 1000px;
}

.testimonials .reviews .review {
    flex: 1 1 calc(33.333% - 40px);
    max-width: 320px;
    border-radius: 10px;
    background: #ffffff;
    border: 2px solid rgb(112,141,129,0.5);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
}

.testimonials .reviews .review:hover {
    transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.5);
    border-color: rgb(112,141,129);
}

.testimonials .reviews .photo {
    height: 180px;
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid rgb(112,141,129);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonials .reviews .photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.testimonials .reviews .review:hover .photo::before {
    opacity: 1;
}

.testimonials .reviews .text {
    padding: 25px 20px 35px;
    text-align: center;
    background: #ffffff;
    position: relative;
    transition: transform 0.3s ease;
}

.testimonials .reviews .text::before,
.testimonials .reviews .text::after {
    content: "\201C";
    font-size: 60px;
    color: rgb(112,141,129,0.5);
    position: absolute;
    z-index: 0;
    transition: all 0.3s ease;
}

.testimonials .reviews .text::before {
    top: 10px;
    left: 10px;
}

.testimonials .reviews .text::after {
    bottom: -10px;
    right: 10px;
    transform: rotate(180deg);
}

.testimonials .reviews .review:hover .text::before {
    transform: translateY(-5px) rotate(-10deg);
}

.testimonials .reviews .review:hover .text::after {
    transform: translateY(5px) rotate(170deg);
}

.testimonials .reviews .text p {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.testimonials .reviews .text span {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 10px;
    transition: transform 0.3s ease;
}

.testimonials .reviews .review:hover .text p {
    transform: translateZ(20px);
}

.testimonials .reviews .review:hover .text span {
    transform: translateZ(15px);
}

@media only screen and (max-width: 1200px) {
    .testimonials .reviews {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 20px;
    }
    .testimonials .reviews .review {
        flex: 1 1 calc(50% - 40px);
        max-width: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .testimonials {
        padding: 60px 0;
    }
    .testimonials h3 {
        margin-bottom: 30px;
    }
    .testimonials .reviews {
        gap: 20px;
    }
    .testimonials .reviews .review {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .testimonials .reviews .photo {
        height: 150px;
    }
    .testimonials .reviews .text {
        padding: 20px 15px 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .testimonials::before,
    .testimonials::after {
        animation: none;
    }
    .testimonials .reviews .review,
    .testimonials .reviews .text::before,
    .testimonials .reviews .text::after,
    .testimonials .reviews .text p,
    .testimonials .reviews .text span {
        transition: none;
    }
    .testimonials .reviews .review:hover {
        transform: none;
        box-shadow: none;
    }
}
.educational-yield {
    padding-bottom: 80px;
    padding-top: 80px;
}

.educational-yield .holder {
    display: flex;
    width: 100%;
}

.educational-yield h2 {
    text-align: left;
    margin-bottom: 20px;
}

.educational-yield .photo {
    width: 50%;
    flex-shrink: 0;
}

.educational-yield .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.educational-yield ul {
    list-style: none;
}

.educational-yield li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.educational-yield svg, .educational-yield path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(112,141,129);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .educational-yield {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .educational-yield .holder {
        flex-direction: column;
    }

    .educational-yield .text_holder {
        width: 100%;
    }

    .educational-yield .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.wrapper-skeleton .educational-yield {
    background: rgb(0,20,39,0.5);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.wrapper-skeleton .educational-yield::before {
    content: "";
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(112,141,129,0.5), transparent);
    position: absolute;
    top: -50%;
    left: -50%;
    z-index: 0;
    transform: rotate(45deg);
}

.wrapper-skeleton .educational-yield .holder {
    flex-direction: row;
    align-items: normal;
    position: relative;
    z-index: 1;
}

.wrapper-skeleton .educational-yield h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wrapper-skeleton .educational-yield li {
    margin-bottom: 15px;
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: center;
}

.wrapper-skeleton .educational-yield .photo {
    min-height: 450px;
    width: 45%;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.wrapper-skeleton .educational-yield .photo:hover {
    transform: scale(1.01);
}

.wrapper-skeleton .educational-yield .text_holder {
    padding: 60px;
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #ffffff;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.wrapper-skeleton .educational-yield svg, .wrapper-skeleton .educational-yield path {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    fill: rgb(112,141,129);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton .educational-yield {
        padding: 50px 0;
    }

    .wrapper-skeleton .educational-yield::before {
        height: 100%;
    }

    .wrapper-skeleton .educational-yield .holder {
        flex-direction: column;
    }

    .wrapper-skeleton .educational-yield .photo {
        min-height: 250px;
        width: 100%;
        margin-bottom: 20px;
        border-radius: 0;
    }

    .wrapper-skeleton .educational-yield .text_holder {
        padding: 40px;
        width: 100%;
        border-radius: 0;
    }

    .wrapper-skeleton .educational-yield h2 {
        font-size: 19px;
        margin-bottom: 20px;
    }
}.contact {
    padding: 100px 20px;
    background: linear-gradient(135deg, rgb(112,141,129), rgb(0,20,39));
    position: relative;
    overflow: hidden;
}

.contact::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    background: radial-gradient(circle at center, rgb(112,141,129,0.5), transparent);
    z-index: 0;
}

.contact::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -20%;
    width: 140%;
    height: 140%;
    background: radial-gradient(circle at center, rgb(0,20,39,0.5), transparent);
    z-index: 0;
}

.contact h3 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.contact .form {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 40px;
    margin: auto;
    max-width: 600px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact .form::before,
.contact .form::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    z-index: 0;
}

.contact .form::before {
    top: -50px;
    left: -50px;
    background: rgb(112,141,129,0.5);
}

.contact .form::after {
    bottom: -50px;
    right: -50px;
    background: rgb(0,20,39,0.5);
}

.contact form input,
.contact form select,
.contact form textarea {
    color: #000000;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(112,141,129);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    font-size: 12px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.contact form input:focus,
.contact form select:focus,
.contact form textarea:focus {
    background: #ffffff;
    border: 1px solid rgb(0,20,39);
}

.contact form .button {
    background: rgb(0,20,39);
    color: #ffffff;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 30px;
    transition: background 0.3s ease;
    position: relative;
    z-index: 1;
}

.contact form .button:hover {
    background: rgb(112,141,129);
}

.contact .holder {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.contact .holder > div {
    width: 100%;
    padding: 30px;
}

.contact .form form {
    display: flex;
    flex-direction: column;
}

.contact .name_holder {
    display: flex;
    justify-content: space-between;
}

.contact .name_holder input {
    width: 100%;
}

.contact .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

.contact .agree label {
    display: flex;
    align-items: center;
}

.contact .agree a {
    margin-left: 5px;
    color: rgb(112,141,129);
    text-decoration: none;
    font-weight: 600;
}

.contact .form_text {
    margin-bottom: 30px;
    text-align: center;
    color: #000000;
    font-size: 12px;
    z-index: 1;
    position: relative;
}

.contact .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .contact {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact h3 {
        font-size: 24px;
    }
    .contact .name_holder {
        flex-direction: column;
    }
    .contact .name_holder input {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact .form {
        padding: 20px;
    }
}

.wrapper-skeleton .contact .holder {
    justify-content: center;
    position: relative;
}

.wrapper-skeleton .contact .holder::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: none;
    border-radius: 50%;
    top: -50px;
    right: 10%;
    border: 50px solid rgb(244,213,141);
}

.wrapper-skeleton .contact .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #000000;
}

.wrapper-skeleton .contact {
    background: rgb(112,141,129);
    padding-top: 100px;
}

.wrapper-skeleton .contact .form {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    background: #ffffff;
    width: 80%;
    position: relative;
    z-index: 1;
}

.wrapper-skeleton .contact form input {
    background: rgb(244,213,141);
    border: 1px solid rgb(0,20,39);
    border-radius: 10px;
}

.wrapper-skeleton .contact form label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.wrapper-skeleton .contact .name_holder {
    flex-direction: column;
}

.wrapper-skeleton .contact h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #000000;
}

.wrapper-skeleton .contact .agree a {
    text-decoration: none;
    color: rgb(112,141,129);
}

.wrapper-skeleton .contact form .button {
    background: rgb(0,20,39);
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 50%;
    margin: auto;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton .contact {
        padding-top: 80px;
    }
    .wrapper-skeleton .contact .holder > div {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .wrapper-skeleton .contact form .button {
        width: 100%;
    }
}header .main_header {
    background: linear-gradient(45deg, rgb(112,141,129,0.5), rgb(0,20,39));
    color: #ffffff;
    padding: 20px 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 100;
    transition: background 0.3s ease-in-out;
}
header .logo_holder svg, header .logo_holder svg path,header .logo_holder svg text, header .logo_holder img {
    fill: #ffffff;
}
header .logo_holder svg, header .logo_holder svg path, header .logo_holder img
header .menu a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 10px;
    transition: background 0.3s, color 0.3s;
}
header .menu a.active {
    border: 2px solid #ffffff;
    border-radius: 10px;
}
header .menu a.active:hover {
    color: rgb(112,141,129);
    background: #ffffff;
    border: 2px solid rgb(112,141,129);
}
header {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
header .logo_holder {
    padding: 5px 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .logo_caption {
    display: flex;
    flex-direction: column;
    height: 100%;
}
header .logo_desc {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}
header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}
header .menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
body .wrapper-skeleton header .opened {
    display: flex;
}
@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 30px;
        position: static;
        top: 100%;
        left: 0;
        z-index: 90;
        width: 100%;
    }
    header .menu a.active {
        border: none;
    }
    header .menu a.active:hover {
        color: rgb(112,141,129);
        background: none;
        border: none;
    }
    header .main_header {
        position: relative;
        z-index: 99;
    }
    header .logo_holder {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    header .logo_holder .logotype {
        margin-right: 0;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        margin: 0;
        width: 40px;
        height: 40px;
    }
    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.wrapper-skeleton header .header_content {
    flex-direction: column;
    align-items: center;
}
.wrapper-skeleton header .logo_holder {
    width: 100%;
    flex-direction: column;
    padding-bottom: 25px;
    border-bottom: 3px solid rgb(0,20,39);
    margin-bottom: 25px;
    padding-top: 25px;
}
.wrapper-skeleton header .logo_holder .logotype svg, .wrapper-skeleton header .logo_holder .logotype img {
    margin-right: 0;
}
.wrapper-skeleton header .logo_name {
    font-size: 36px;
    line-height: 36px;
    margin-top: 14px;
    text-align: center;
    color: #ffffff;
}
.wrapper-skeleton header .menu a {
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: 700;
    margin: 0 30px;
    text-align: center;
    transition: border-color 0.3s, color 0.3s;
}
.wrapper-skeleton header .menu a.active {
    border: none;
    border-bottom: 2px solid rgb(0,20,39);
    border-radius: 0;
}
.wrapper-skeleton header .menu a.active:hover {
    border: none;
    background: none;
    color: rgb(112,141,129);
    border-bottom: 2px solid rgb(112,141,129);
}
.wrapper-skeleton header .menu {
    justify-content: center;
    padding-bottom: 20px;
    align-items: center;
}
@media only screen and (max-width: 800px) {
    .wrapper-skeleton header .logo_name {
        font-size: 24px;
        line-height: 26px;
    }
    .wrapper-skeleton header .logo_holder .logotype svg, .wrapper-skeleton header .logo_holder .logotype img {
        width: 60px;
        height: 60px;
    }
}
header .menu a::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background: rgb(112,141,129);
    transition: width 0.3s;
    bottom: -5px;
    left: 0;
}
header .main_header::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background: rgb(112,141,129,0.5);
    bottom: 0;
    left: 0;
    transition: transform 0.3s;
}
header .main_header:hover::after {
    transform: scaleY(1.5);
}.ty-message {
    background-color: rgb(244,213,141);
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.ty-message::before,
.ty-message::after {
    content: "";
    position: absolute;
    background: rgb(112,141,129,0.5);
    border-radius: 50%;
    z-index: -1;
}
.ty-message::before {
    width: 200px;
    height: 200px;
    top: -50px;
    left: -50px;
}
.ty-message::after {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: -100px;
}
.ty-message .container {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 30px;
    width: 100%;
    max-width: 800px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(0,20,39,0.5);
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.ty-message h2 {
    font-family: Merriweather, sans-serif;
    font-size: 34px;
    color: rgb(112,141,129);
    font-weight: 700;
    border-bottom: 2px solid rgb(0,20,39);
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
}
.ty-message h2::before,
.ty-message h2::after {
    content: "";
    position: absolute;
    background: rgb(0,20,39);
    height: 4px;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.ty-message h2::before {
    left: -40px;
}
.ty-message h2::after {
    right: -40px;
}
.ty-message p {
    font-family: Merriweather, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 20px;
    text-align: justify;
    position: relative;
    padding-left: 20px;
    border-left: 3px solid rgb(112,141,129);
}
.ty-message .list {
    margin-top: 30px;
    padding-left: 20px;
    list-style: none;
    position: relative;
}
.ty-message .list li {
    font-family: Merriweather, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.ty-message .list li::before {
    content: "•";
    color: rgb(112,141,129);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 19px;
}
@media only screen and (max-width: 800px) {
    .ty-message {
        padding: 50px 10px;
    }
    .ty-message .container {
        padding: 30px;
    }
    .ty-message h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .ty-message p {
        font-size: 19px;
        padding-left: 15px;
    }
    .ty-message .list li {
        font-size: 19px;
        padding-left: 15px;
    }
    .ty-message h2::before,
    .ty-message h2::after {
        height: 3px;
        width: 20px;
    }
    .ty-message p::before {
        border-left-width: 2px;
    }
}
.secure-guard {
    background-color: rgb(244,213,141);
    color: #000000;
    font-family: Merriweather, sans-serif;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.secure-guard:hover {
    background-color: rgb(112,141,129,0.5);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}
.secure-guard h1, .secure-guard h2 {
    margin-bottom: 1rem;
    color: rgb(112,141,129);
}
.secure-guard h1 {
    font-size: 46px;
    font-weight: 700;
    border-bottom: 2px solid rgb(112,141,129);
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
}
.secure-guard h2 {
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid rgb(0,20,39);
    padding-bottom: 0.25rem;
}
.secure-guard h3, .secure-guard h4, .secure-guard h5, .secure-guard h6 {
    margin: 10px 0;
}
.secure-guard ul {
    list-style-type: none;
    padding-left: 0;
    margin: 1rem 0;
}
.secure-guard ul li {
    font-size: 17px;
    font-weight: 400;
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}
.secure-guard ul li::before {
    content: '•';
    color: rgb(112,141,129);
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 0;
}
.secure-guard p, .secure-guard span {
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
}
.secure-guard div {
    margin-bottom: 1rem;
}
.secure-guard section {
    margin-bottom: 2rem;
}
@media only screen and (max-width: 800px) {
    .secure-guard {
        padding: 1rem;
        border-radius: 10px;
    }
    .secure-guard h1 {
        font-size: calc(22px * 0.8);
    }
    .secure-guard h2 {
        font-size: calc(22px * 0.8);
    }
    .secure-guard ul li {
        padding-left: 1rem;
    }
    .secure-guard ul li::before {
        font-size: 1.2rem;
    }
}.program-information {
    padding: 60px 20px;
    background: #ffffff;
    font-family: Merriweather, sans-serif;
}

.program-information .container {
    max-width: 1200px;
    margin: 0 auto;
}

.program-information h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.program-information .content {
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 21px;
    overflow: hidden;
    background: rgb(112,141,129,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.program-information h3 {
    color: rgb(112,141,129);
    font-size: 35px;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.program-information p {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: 0 20px;
}

.program-information .button {
    background: rgb(0,20,39);
    color: #ffffff;
    margin-top: 30px;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.program-information .button:hover {
    background: rgb(112,141,129);
    color: #ffffff;
}

.program-information .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.program-information .items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.program-information .course {
    flex: 1;
    min-width: 300px;
    margin: 20px;
}

.program-information .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.program-information .photo {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}

.program-information .text_holder {
    padding: 20px;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wrapper-skeleton .program-information .items {
    width: 100%;
}

.wrapper-skeleton .program-information .items .course .content {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.wrapper-skeleton .program-information .photo {
    border-radius: 0;
    height: 300px;
    width: 100%;
    margin: 0;
}

.wrapper-skeleton .program-information .text_holder {
    border-radius: 0;
    width: 80%;
    background: #ffffff;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.wrapper-skeleton .program-information h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.wrapper-skeleton .program-information .button {
    display: inline-block;
    width: fit-content;
    margin-top: 35px;
    padding: 20px 45px;
    border-radius: 10px;
    background: rgb(112,141,129);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: none;
    cursor: pointer;
}

.wrapper-skeleton .program-information .button:hover {
    background: rgb(0,20,39);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .program-information {
        padding: 20px 0;
    }
    .wrapper-skeleton .program-information .photo {
        width: 100%;
        height: 200px;
    }

    .wrapper-skeleton .program-information .text_holder {
        width: 90%;
        padding: 20px;
    }

    .wrapper-skeleton .program-information .items .course {
        padding: 0;
        margin: 0;
    }

    .wrapper-skeleton .program-information h3 {
        font-size: 20px;
    }
    .program-information p {
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
    .program-information .items {
        flex-direction: column;
    }

    .program-information h2 {
        font-size: 30px;
    }

    .program-information h3 {
        font-size: 26px;
    }

    .program-information .course {
        max-width: unset;
        width: 100%;
    }

    .program-information {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}.take-a-spin {
    padding: 10vh 0;
    background: linear-gradient(135deg, rgb(244,213,141), rgb(112,141,129,0.5) 75%);
    color: #000000;
    font-family: Merriweather, sans-serif;
    position: relative;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.take-a-spin::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.2), transparent);
    z-index: 0;
}

.take-a-spin .container {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 4vh;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.take-a-spin .holder {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 3vw;
    padding: 5vh 4vw;
    background: linear-gradient(145deg, #ffffff, rgb(244,213,141));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.take-a-spin .holder svg {
    fill: rgb(112,141,129);
    width: 10vw;
    height: auto;
    max-width: 100px;
}

.take-a-spin .holder svg path {
  fill: rgb(112,141,129);
}

.take-a-spin .holder h2 {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}

.take-a-spin .holder .button {
    padding: 1.5vh 3vw;
    background: rgb(112,141,129);
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
    .take-a-spin .container {
        grid-template-columns: 1fr;
        width: 95%;
    }

    .take-a-spin .holder {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 3vh;
    }

    .take-a-spin .holder svg {
        width: 15vw;
        max-width: 80px;
    }

    .take-a-spin .holder h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .take-a-spin {
        padding: 8vh 0;
    }

    .take-a-spin .holder {
        padding: 4vh 3vw;
    }

    .take-a-spin .holder h2 {
        font-size: 24px;
    }

    .take-a-spin .holder .button {
        font-size: 12px;
        padding: 1.2vh 2.5vw;
    }
}.benefits-outline {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(112,141,129), rgb(0,20,39));
    color: #ffffff;
    font-family: Merriweather, sans-serif;
    overflow: hidden;
    position: relative;
}
.benefits-outline::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(0,20,39), transparent);
    border-radius: 50%;
    z-index: 0;
    animation: pulse 5s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 1;
    }
}
.benefits-outline .advantages_content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}
.benefits-outline .advantages_content h2 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 10px rgb(112,141,129), 0 0 20px rgb(0,20,39);
}
.benefits-outline .advantages_photo_holder {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    position: relative;
    z-index: 1;
}
.benefits-outline .advantages_photo_holder .photo {
    width: 100%;
    max-width: 600px;
    height: 400px;
    box-shadow: 0 0 30px rgb(112,141,129);
    border: 2px solid rgb(0,20,39);
    border-radius: 18px;
    flex-shrink: 0;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.benefits-outline .advantages_photo_holder .photo:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px rgb(0,20,39);
}
.benefits-outline .advantages_holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    background: linear-gradient(135deg, rgb(0,20,39), rgb(112,141,129,0.5));
    border: 2px solid rgb(112,141,129);
    border-radius: 18px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.benefits-outline .advantages_holder .advantage_item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    border: 1px solid #ffffff;
    border-radius: 10px;
}
.benefits-outline .advantages_holder .advantage_item:hover {
    background: rgb(112,141,129,0.5);
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgb(0,20,39);
}
.benefits-outline .advantages_holder .advantage_item svg,
.benefits-outline .advantages_holder .advantage_item svg path {
    width: 40px;
    height: 40px;
    fill: #ffffff;
    margin-bottom: 10px;
    transition: fill 0.3s ease;
}
.benefits-outline .advantages_holder .advantage_item:hover svg path {
    fill: rgb(112,141,129);
}
.benefits-outline .advantages_holder .advantage_item h4 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 0 5px rgb(112,141,129);
}
@media only screen and (max-width: 1024px) {
    .benefits-outline .advantages_photo_holder {
        flex-direction: column;
    }
    .benefits-outline .advantages_photo_holder .photo {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
    .benefits-outline .advantages_holder {
        width: 100%;
        margin-bottom: 20px;
        align-items: center;
        flex-direction: column;
    }
    .benefits-outline .advantages_content h2 {
        font-size: 21px;
    }
}
.academic-expertise {
    padding: 80px 0;
    background: rgb(0,20,39);
    display: flex;
    justify-content: center;
    align-items: center;
}
.academic-expertise .container {
    padding: 40px;
    background: rgb(244,213,141);
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.academic-expertise .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.academic-expertise .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.academic-expertise .review .photo {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
    border-radius: 30px;
    border: 2px solid rgb(112,141,129);
}
.academic-expertise .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    margin-bottom: 20px;
}
.academic-expertise .worker_description p {
    margin: 5px 0;
    font-size: 20px;
    font-weight: 600;
}
.academic-expertise .worker_info {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    max-width: 800px;
}
.academic-expertise .worker_info p {
    margin: 10px 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}
.academic-expertise .worker_info .quote {
    font-weight: 700;
    padding-left: 15px;
    border-left: 3px solid rgb(112,141,129);
}
@media only screen and (max-width: 800px) {
    .academic-expertise .review .photo {
        width: 100%;
        height: 350px;
    }
    .academic-expertise .worker_info {
        padding: 15px;
    }
}
