* {
    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: Playfair Display, sans-serif;
    color: #000000;
}
.wrap-structure-v {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(152,166,152);
}
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;
    }
}.landing-page-Y .title_page_holder {
    background-size: cover;
    background-position: center !important;
}

.landing-page-Y .style_element h1 {
    color: rgb(49,77,49);
}

.landing-page-Y .style_element h3 {
    color: rgb(49,77,49);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.landing-page-Y .style_element p {
    color: #000000;
    text-align: right;
}

.landing-page-Y {
    width: 100%;
}

.landing-page-Y .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.landing-page-Y .style_element {
    position: absolute;
    right: 0px;
    bottom: -1px;
    background: #ffffff;
    width: 65%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 50px 50px 30%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 680px;
    border-radius: 0;
}

.landing-page-Y .style_element h1 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.landing-page-Y .style_element p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .landing-page-Y .title_page_holder {
        min-height: 320px;
        height: auto;
    }

    .landing-page-Y .style_element {
        min-width: unset;
        width: 100%;
        clip-path: polygon(100% 100%, 100% -175%, 0 100%);
        padding: 100px 30px 30px 35%;
        text-align: right;
        min-width: unset;
    }

    .landing-page-Y .style_element h1 {
        font-size: 18px;
    }

    .landing-page-Y .style_element h3 {
        font-size: 16px;
    }

    .landing-page-Y .style_element p {
        font-size: 14px;
    }


}

.wrap-structure-v .landing-page-Y {
    padding: 70px 0px;
    position: relative;
}

.wrap-structure-v .landing-page-Y .title_page_holder {
    height: auto;
    min-height: 500px;
    position: static;
}

.wrap-structure-v .landing-page-Y .style_element {
    clip-path: none;
    height: 605px;
    top: 0;
    padding: 50px;
    justify-content: center;
    align-items: center;
    background: rgb(101,122,101);
    width: 500px;
    min-width: unset;
    right: 20%;
}

.wrap-structure-v .landing-page-Y .style_element h1 {
    text-align: center;
    color: #ffffff;
    font-size: 36px;
}

.wrap-structure-v .landing-page-Y .style_element h3 {
    color: #ffffff;
    text-align: center;
    z-index: 2;
}

.wrap-structure-v .landing-page-Y .style_element p {
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    font-size: 20px;
    line-height: 22px;
    font-style: italic;
}

@media only screen and (max-width: 800px) {
    .wrap-structure-v .landing-page-Y {
        padding: 50px 0;
    }

    .wrap-structure-v .landing-page-Y .style_element {
        width: 90%;
        right: 5%;
        margin: auto;
        margin-top: 0;
        min-height: 480px;
        height: auto;
    }

    .wrap-structure-v .landing-page-Y .title_page_holder {
        min-height: 400px;
        height: auto;
    }

    .wrap-structure-v .landing-page-Y .style_element h1 {

        font-size: 30px;
    }

    .wrap-structure-v .landing-page-Y .style_element p {
        font-size: 16px;
    }
}.enroll-instantly-b {
    padding: 0;
    background: rgb(101,122,101);
    position: relative;
    overflow: hidden;
}

.enroll-instantly-b::before,
.enroll-instantly-b::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1700px;
    height: 1700px;
    border-radius: 43%;
    background-color: rgb(101,122,101,0.5);
    animation: water 20s linear infinite;
    filter: blur(20px);
    opacity: 0.85;
}

.enroll-instantly-b::after {
    width: 1250px;
    height: 1250px;
    background-color: rgb(49,77,49,0.5);
    animation: water 15s linear infinite;
    filter: blur(20px);
    opacity: 0.85;
}

@keyframes water {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.enroll-instantly-b .container {
    position: relative;
    z-index: 2;
    max-width: 1800px;
    margin: 0 auto;
    height: 100%;
    padding: 0 60px;
}

.enroll-instantly-b .holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    border: none;
    position: relative;
}

.enroll-instantly-b .holder svg, .enroll-instantly-b .holder svg path {
    fill: #ffffff;
    width: 300px;
    height: 300px;
    padding: 20px;
    background: transparent;
    border-radius: 50%;
    transition: transform 0.3s ease;
    stroke: none;
    opacity: 1;
}

.enroll-instantly-b .holder .content {
    flex: 0 1 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 0;
}

.enroll-instantly-b .holder h2 {
    font-size: 39px;
    margin: 0 0 30px 0;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(49,77,49), 0 0 20px rgb(49,77,49);
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    max-width: 800px;
}

.enroll-instantly-b .holder .button {
    padding: 20px 45px;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
    font-size: calc(18px * 1.2);
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgb(49,77,49,0.5);
    font-weight: 700;
    letter-spacing: 1px;
    border: 4px solid rgb(49,77,49);
    text-shadow: 0 0 5px rgb(49,77,49);
}

.enroll-instantly-b .holder .button:hover {
    background: rgb(49,77,49,0.5);
    box-shadow: 0 0 30px rgb(49,77,49);
}

@media only screen and (max-width: 1800px) {
    .enroll-instantly-b .container {
        max-width: 1600px;
    }
    .enroll-instantly-b .holder .content {
        flex: 0 1 1000px;
    }
}

@media only screen and (max-width: 1600px) {
    .enroll-instantly-b .container {
        max-width: 1400px;
    }

    .enroll-instantly-b .holder .content {
        flex: 0 1 900px;
    }
}

@media only screen and (max-width: 1400px) {
    .enroll-instantly-b .container {
        max-width: 1200px;
    }
    .enroll-instantly-b .holder .content {
        flex: 0 1 800px;
    }
}

@media only screen and (max-width: 1200px) {
    .enroll-instantly-b .container {
        max-width: 1000px;
    }
    .enroll-instantly-b .holder .content {
        flex: 0 1 700px;
    }
}

@media only screen and (max-width: 1024px) {
    .enroll-instantly-b .container {
        padding: 40px;
    }
    .enroll-instantly-b .holder {
        flex-direction: column;
        justify-content: center;
    }
    .enroll-instantly-b .holder .content {
        flex: 0 1 auto;
        padding: 0;
    }
    .enroll-instantly-b .holder h2 {
        font-size: 30px;
    }
    .enroll-instantly-b .holder .button {
        font-size: calc(18px * 1.1);
        padding: 15px 35px;
    }
}

@media only screen and (max-width: 600px) {
    .enroll-instantly-b .container {
        padding: 30px;
    }
    .enroll-instantly-b .holder svg, .enroll-instantly-b .holder svg path {
        width: 200px;
        height: 200px;
    }
    .enroll-instantly-b .holder h2 {
        font-size: 21px;
    }
    .enroll-instantly-b .holder .button {
        font-size: 21px;
        padding: 12px 30px;
    }
}.who-we-are-d {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(49,77,49), rgb(101,122,101,0.5));
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    position: relative;
    overflow: hidden;
}

.wrap-structure-v .who-we-are-d .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 0 auto;
}

.wrap-structure-v .who-we-are-d .holder::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: linear-gradient(45deg, rgb(101,122,101), transparent);
    opacity: 0.1;
    z-index: -1;
    transform: rotate(45deg);
}

.wrap-structure-v .who-we-are-d .caption_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.wrap-structure-v .who-we-are-d .photo {
    width: 350px;
    height: 350px;
    border-radius: 22px;
    margin-bottom: 40px;
    border: 3px solid rgb(101,122,101);
    box-shadow: 0 0 20px rgb(101,122,101);
}

.wrap-structure-v .who-we-are-d .style_element {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(49,77,49);
    border-radius: 22px;
    padding: 40px;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.wrap-structure-v .who-we-are-d h2 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.wrap-structure-v .who-we-are-d p {
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
    margin-top: 20px;
    text-align: justify;
}

@media only screen and (max-width: 1200px) {
    .wrap-structure-v .who-we-are-d .photo {
        width: 300px;
        height: 300px;
    }

    .wrap-structure-v .who-we-are-d .style_element {
        padding: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .wrap-structure-v .who-we-are-d .photo {
        width: 250px;
        height: 250px;
    }

    .wrap-structure-v .who-we-are-d .style_element {
        padding: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .wrap-structure-v .who-we-are-d .style_element {
        padding: 15px;
    }

    .wrap-structure-v .who-we-are-d .photo {
        width: 200px;
        height: 200px;
    }

    .wrap-structure-v .who-we-are-d h2 {
        font-size: calc(38px - 5px);
    }

    .wrap-structure-v .who-we-are-d p {
        font-size: calc(17px - 2px);
    }
}.thanksPanel-0 {
    background: rgb(152,166,152);
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}
.thanksPanel-0 .container {
    background: #ffffff;
    border-radius: 23px;
    padding: 40px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(101,122,101);
    position: relative;
    z-index: 1;
}
.thanksPanel-0 h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dashed rgb(101,122,101);
    position: relative;
    text-align: center;
}
.thanksPanel-0 h2::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: rgb(49,77,49);
}
.thanksPanel-0 p {
    font-family: Playfair Display, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
    max-width: 700px;
    width: 100%;
    text-align: center;
    margin: 20px auto;
    position: relative;
}
.thanksPanel-0 p::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    background: rgb(101,122,101,0.5);
    border-radius: 50%;
    opacity: 0.5;
    z-index: -1;
}
@media only screen and (max-width: 800px) {
    .thanksPanel-0 {
        padding: 20px 10px;
    }
    .thanksPanel-0 .container {
        padding: 20px;
    }
    .thanksPanel-0 h2 {
        font-size: calc(31px - 3px);
        padding-bottom: 8px;
    }
    .thanksPanel-0 p {
        font-size: calc(12px - 2px);
        margin: 15px auto;
    }
}
header .main_header {
    background: rgb(101,122,101);
    color: #ffffff;
    padding: 20px 0;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
header .logo_holder {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
header .logo_holder .logotype {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .logo_holder svg, header .logo_holder img {
    height: 60px;
    width: 60px;
    fill: rgb(101,122,101);
    transition: transform 0.3s ease-in-out;
}
header .logo_holder svg:hover, header .logo_holder img:hover {
    transform: scale(1.1);
}
header .menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
header .menu a {
    color: rgb(101,122,101);
    text-decoration: none;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease;
    border-radius: 10px;
}
header .menu a:hover {
    background: rgb(49,77,49);
    color: #ffffff;
}
header .menu a.active {
    background: #ffffff;
    color: rgb(101,122,101);
    border: 2px solid rgb(49,77,49);
}
header .menu a.active:hover {
    background: rgb(101,122,101);
    color: #ffffff;
    border: 2px solid rgb(101,122,101);
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
header .header_content::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    height: 40px;
    background: rgb(101,122,101);
    border-radius: 20px;
    z-index: -1;
}
@media (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        flex-direction: column;
        align-items: flex-start;
        display: none;
        width: 100%;
    }
    header .menu.opened {
        display: flex;
    }
    header .menu a {
        padding: 15px;
        width: 100%;
        text-align: center;
    }
    header .logo_holder {
        width: 100%;
        justify-content: center;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        height: 40px;
        width: 40px;
    }
}

.wrap-structure-v header .main_header {
    background: rgb(101,122,101);
}
.wrap-structure-v header .header_content {
    border-radius: 25px;
    background: #ffffff;
    padding: 20px 30px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    position: relative;
}
.wrap-structure-v header .logo_holder .logotype svg, .wrap-structure-v header .logo_holder .logotype img {
    width: 65px;
    height: 65px;
}
.wrap-structure-v header .menu a {
    font-weight: 700;
    font-size: 17px;
}
.benefits-overview-m .advantages_content h2 {
    color: rgb(49,77,49);
}

.benefits-overview-m .advantage_item svg, .benefits-overview-m .advantage_item svg path {
    fill: rgb(101,122,101);
}

.benefits-overview-m .advantage_item p {
    color: #000000;
}

.benefits-overview-m .advantage_item b {
    color: rgb(101,122,101);
}

.benefits-overview-m {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits-overview-m .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits-overview-m .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits-overview-m .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 29px;
    font-weight: 600;
}

.benefits-overview-m .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits-overview-m .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits-overview-m .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits-overview-m .advantage_item svg, .benefits-overview-m .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrap-structure-v .benefits-overview-m .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
        justify-content: center;
    }
}

@media only screen and (max-width: 800px) {
    .benefits-overview-m .advantages_content h2 {
        font-size: 30px;
    }

    .benefits-overview-m .advantages_holder {
        flex-direction: column;
    }

    .benefits-overview-m {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrap-structure-v .benefits-overview-m .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrap-structure-v .benefits-overview-m .advantages_content h2 {
    font-size: 29px;
    font-weight: 600;
    color: rgb(49,77,49);
    text-align: center;
    margin-bottom: 50px;
    background: linear-gradient(90deg, rgb(101,122,101), rgb(49,77,49));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #ffffff -2px -2px;
}

.wrap-structure-v .benefits-overview-m {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(152,166,152);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(101,122,101,0.5) 100%);
}

.wrap-structure-v .benefits-overview-m .advantages_content {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    text-align: center;
}

.wrap-structure-v .benefits-overview-m .advantages_description {
    font-size: 17px;
    margin-bottom: 30px;
    color: #000000;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 22px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.wrap-structure-v .benefits-overview-m .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1%;
}

.wrap-structure-v .benefits-overview-m .advantage_item {
    background-color: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    transition: all 0.3s ease-in-out;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%;
    text-align: center;
}

.wrap-structure-v .benefits-overview-m .advantage_item:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

.wrap-structure-v .benefits-overview-m .advantage_image img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 2px solid rgb(101,122,101);
    padding: 10px;
    background: rgb(101,122,101,0.5);
}

.wrap-structure-v .benefits-overview-m .advantage_item h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
    .wrap-structure-v .benefits-overview-m .advantage_item {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .wrap-structure-v .benefits-overview-m .advantages_holder {
        flex-direction: column;
        align-items: center;
    }

    .wrap-structure-v .benefits-overview-m .advantage_item {
        width: 80%;
        margin-bottom: 20px;
    }

    .wrap-structure-v .benefits-overview-m .advantages_content h2 {
        font-size: 28px;
    }

    .wrap-structure-v .benefits-overview-m {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}.connect-form-O {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(152,166,152);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
}
.connect-form-O .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(145deg, rgb(101,122,101), rgb(49,77,49));
    box-shadow: 0 0 15px rgb(101,122,101,0.5), 0 0 30px rgb(49,77,49,0.5);
    padding: 40px;
}
.connect-form-O h3 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(101,122,101);
}
.connect-form-O .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.connect-form-O .holder > div {
    flex: 1;
    min-width: 300px;
    margin: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 27px;
    box-shadow: 0 0 10px rgb(49,77,49,0.5);
}
.connect-form-O .info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.connect-form-O .info h5 {
    color: rgb(49,77,49);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgb(49,77,49,0.5);
    text-align: center;
    margin-top: 20px;
}
.connect-form-O .info svg, .connect-form-O .info svg path {
    fill: rgb(49,77,49);
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.connect-form-O .info span {
    color: #ffffff;
    font-size: 18px;
    text-shadow: 0 0 5px rgb(49,77,49,0.5);
}
.connect-form-O .info .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.connect-form-O .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(152,166,152);
    padding: 30px;
    border-radius: 27px;
    box-shadow: 0 0 15px rgb(101,122,101,0.5), 0 0 30px rgb(49,77,49,0.5);
}
.connect-form-O .form form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
}
.connect-form-O .logo_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.connect-form-O .logo_holder svg {
    width: 64px;
    height: 64px;
    fill: rgb(101,122,101);
    margin-bottom: 16px;
}
.connect-form-O .form h3 {
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(101,122,101);
}
.connect-form-O form input,
.connect-form-O form .button {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 17px;
    box-shadow: 0 0 10px rgb(101,122,101,0.5), 0 0 20px rgb(49,77,49,0.5);
    outline: none;
}
.connect-form-O form input::placeholder {
    color: #000000;
    opacity: 0.7;
}
.connect-form-O form .button {
    background: rgb(101,122,101);
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s;
}
.connect-form-O form .button:hover {
    background: rgb(49,77,49);
    box-shadow: 0 0 15px rgb(101,122,101), 0 0 30px rgb(49,77,49);
}
.connect-form-O .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.connect-form-O .agree label {
    color: #000000;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-shadow: 0 0 5px rgb(49,77,49,0.5);
}
.connect-form-O .agree input[type="checkbox"] {
    margin: 0;
    width: auto;
    margin-right: 8px;
}
.connect-form-O .agree a {
    color: rgb(101,122,101);
    margin-left: 5px;
    text-decoration: none;
    transition: color 0.3s;
}
.connect-form-O .agree a:hover {
    color: rgb(49,77,49);
}
@media only screen and (max-width: 800px) {
    .connect-form-O .container {
        padding: 30px;
    }
    .connect-form-O {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .connect-form-O .holder {
        flex-direction: column;
    }
    .connect-form-O .holder > div {
        width: 100%;
        margin:20px 0;
    }
    .connect-form-O h3 {
        font-size: 29px;
    }
    .connect-form-O .form h3 {
        font-size: 29px;
    }
    .connect-form-O .form {
        padding: 20px;
    }
    .connect-form-O form input,
    .connect-form-O form .button {
        font-size: 18px;
    }
}
footer {
    background: rgb(49,77,49);
    color: #000000;
    font-family: Playfair Display, sans-serif;
    padding: 60px 20px;
    border-top: 2px solid rgb(101,122,101);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease;
}
footer .copyright {
    background: rgb(101,122,101,0.5);
    padding: 20px 10px;
    text-align: center;
    border-top: 1px solid rgb(101,122,101);
}
footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(101,122,101);
}
footer h5 {
    color: rgb(101,122,101);
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    padding: 5px 10px;
    border-radius: 10px;
    transition: background 0.3s ease, color 0.3s ease;
}
footer .menu a:hover {
    background: rgb(101,122,101);
    color: #000000;
}
footer .copyright_info {
    color: #ffffff;
    font-size: 16px;
    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(101,122,101);
}
footer .contact_info div span {
    color: #000000;
}
footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
    background: rgb(152,166,152);
    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(101,122,101,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: 17px;
    margin-right: 10px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}
footer .menu a:hover {
    text-decoration: underline;
    color: rgb(101,122,101);
}
footer .copyright {
    font-size: 16px;
    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;
    }
}.secure-citadel-g {
    padding: 40px;
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: auto;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
}

.secure-citadel-g::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;

    z-index: -1;
}

.secure-citadel-g h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 46px;
    color: rgb(101,122,101);
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    text-align: center;
    border-bottom: 2px solid rgb(101,122,101);
    padding-bottom: 10px;
}

.secure-citadel-g h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 28px;
    color: rgb(49,77,49);
    font-family: Playfair Display, sans-serif;
    font-weight: 600;
    text-align: left;
    border-left: 4px solid rgb(49,77,49);
    padding-left: 15px;
}

.secure-citadel-g h3, .secure-citadel-g h4, .secure-citadel-g h5, .secure-citadel-g h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    color: rgb(101,122,101);
    font-family: Playfair Display, sans-serif;
    font-weight: 400;
}

.secure-citadel-g ul, .secure-citadel-g ol {
    list-style: none;
    padding-left: 0;
    padding: 15px 0;
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    font-size: 12px;
    margin: 0;
}

.secure-citadel-g li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.secure-citadel-g li::before {
    content: ">";
    position: absolute;
    left: 0;
    color: rgb(101,122,101);
    font-size: 1.2em;
    line-height: 1em;
    top: 50%;
    transform: translateY(-50%);
}

.secure-citadel-g section {
    background: #000000;
    border: 1px solid rgb(49,77,49,0.5);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.secure-citadel-g p, .secure-citadel-g span, .secure-citadel-g div {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    font-size: 12px;
    border-left: 3px solid rgb(101,122,101);
    padding-left: 15px;
}

@media only screen and (max-width: 800px) {
    .secure-citadel-g {
        padding: 20px;
        width: 95%;
    }

    .secure-citadel-g h1 {
        font-size: calc(18px - 6px);
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .secure-citadel-g h2 {
        font-size: calc(18px - 6px);
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .secure-citadel-g ul, .secure-citadel-g ol {
        padding-left: 15px;
    }

    .secure-citadel-g li {
        padding-left: 20px;
    }

    .secure-citadel-g p, .secure-citadel-g span, .secure-citadel-g div {
        margin-bottom: 15px;
        padding-left: 10px;
    }
}.educational-rewards-k {
    padding-bottom: 80px;
    padding-top: 80px;
}

.educational-rewards-k .holder {
    display: flex;
    width: 100%;
}

.educational-rewards-k h2 {
    text-align: left;
    margin-bottom: 20px;
}

.educational-rewards-k .photo {
    width: 50%;
    flex-shrink: 0;
}

.educational-rewards-k .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.educational-rewards-k ul {
    list-style: none;
}

.educational-rewards-k li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.educational-rewards-k svg, .educational-rewards-k path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(101,122,101);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .educational-rewards-k {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .educational-rewards-k .holder {
        flex-direction: column;
    }

    .educational-rewards-k .text_holder {
        width: 100%;
    }

    .educational-rewards-k .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.wrap-structure-v .educational-rewards-k {
    background: rgba(0, 0, 0, 0.5);
    padding: 100px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.wrap-structure-v .educational-rewards-k::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgb(101,122,101,0.5), transparent);
    z-index: 0;
}

.wrap-structure-v .educational-rewards-k .holder {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    background: #ffffff;
    border-radius: 17px;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wrap-structure-v .educational-rewards-k .holder:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
}

.wrap-structure-v .educational-rewards-k .photo {
    flex: 1;
    background-size: cover;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    transition: transform 0.3s ease;
}

.wrap-structure-v .educational-rewards-k .holder:hover .photo {
    transform: scale(1.05);
}

.wrap-structure-v .educational-rewards-k .text_holder {
    flex: 2;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: rgb(49,77,49,0.5);
    transition: background 0.3s ease;
}

.wrap-structure-v .educational-rewards-k h2 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.wrap-structure-v .educational-rewards-k ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.wrap-structure-v .educational-rewards-k li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
    position: relative;
    padding-left: 40px;
    color: #000000;
    transition: color 0.3s ease;
}

.wrap-structure-v .educational-rewards-k li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    background: rgb(49,77,49);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
}

.wrap-structure-v .educational-rewards-k li:hover::before {
    transform: scale(1.2);
    background: rgb(49,77,49);
}

.wrap-structure-v .educational-rewards-k li svg, .wrap-structure-v .educational-rewards-k li path {
    width: 20px;
    height: 20px;
    fill: rgb(49,77,49);
}

@media only screen and (max-width: 800px) {
    .wrap-structure-v .educational-rewards-k .holder {
        flex-direction: column;
    }

    .wrap-structure-v .educational-rewards-k .photo {
        height: 250px;
        border-top-left-radius: 17px;
        border-top-right-radius: 17px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding-top: 250px;
        margin-bottom: 0;
    }

    .wrap-structure-v .educational-rewards-k .text_holder {
        padding: 30px 20px;
    }

    .wrap-structure-v .educational-rewards-k h2 {
        font-size: 23px;
        margin-bottom: 16px;
    }

    .wrap-structure-v .educational-rewards-k li {
        font-size: 18px;
        margin-bottom: 10px;
        padding-left: 30px;
    }

    .wrap-structure-v .educational-rewards-k li::before {
        width: 8px;
        height: 8px;
    }

    .wrap-structure-v .educational-rewards-k {
        padding: 40px 10px;
    }
}.subscribe-to-newsletter-n {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.subscribe-to-newsletter-n .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.subscribe-to-newsletter-n input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(49,77,49,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.subscribe-to-newsletter-n h2 {
    margin-bottom: 20px;
    text-align: center;
}

.subscribe-to-newsletter-n .button {
    background: rgb(49,77,49);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.subscribe-to-newsletter-n .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .subscribe-to-newsletter-n .holder {
        flex-direction: column;
    }

    .subscribe-to-newsletter-n {
        padding: 30px 20px;
    }

    .subscribe-to-newsletter-n input {
        min-width: unset;
    }

    .subscribe-to-newsletter-n .button {
        flex-shrink: unset;
    }

    .subscribe-to-newsletter-n .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .subscribe-to-newsletter-n input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrap-structure-v .subscribe-to-newsletter-n .holder h2 {
        font-size: 20px;
    }
}

.wrap-structure-v .subscribe-to-newsletter-n .holder {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    min-width: 50%;
    width: 80%;
    border-radius: 100px;
    background: rgb(152,166,152);
    margin: auto;
    padding: 40px 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wrap-structure-v .subscribe-to-newsletter-n .holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.wrap-structure-v .subscribe-to-newsletter-n h2 {
    grid-column: span 2;
    color: rgb(101,122,101);
    margin: 0 0 20px;
    font-size: 37px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wrap-structure-v .subscribe-to-newsletter-n .input_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 50%;
}

.wrap-structure-v .subscribe-to-newsletter-n input {
    border-radius: 20px;
    background: #ffffff;
    color: #000000;
    margin-bottom: 15px;
    border: 2px solid rgb(101,122,101);
    padding: 15px 20px;
    font-size: 16px;
    width: 100%;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.wrap-structure-v .subscribe-to-newsletter-n input:focus {
    border: 2px solid rgb(49,77,49);
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.wrap-structure-v .subscribe-to-newsletter-n .button {
    background: rgb(101,122,101);
    border-radius: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.wrap-structure-v .subscribe-to-newsletter-n .button:hover {
    background: rgb(49,77,49);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.wrap-structure-v .subscribe-to-newsletter-n::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(101,122,101,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.9;
}

@media only screen and (max-width: 800px) {
    .wrap-structure-v .subscribe-to-newsletter-n {
        padding: 30px 20px;
    }

    .wrap-structure-v .subscribe-to-newsletter-n .holder {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 30px;
    }

    .wrap-structure-v .subscribe-to-newsletter-n h2 {
        margin-bottom: 20px;
    }

    .wrap-structure-v .subscribe-to-newsletter-n .input_holder {
        width: 100%;
    }

    .wrap-structure-v .subscribe-to-newsletter-n input {
        width: 100%;
    }

    .wrap-structure-v .subscribe-to-newsletter-n .button {
        width: 100%;
        padding: 15px 0;
    }
}.teaching-history-l {
    padding: 100px 20px;
    background: linear-gradient(135deg, #000000 0%, rgb(101,122,101,0.5) 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.teaching-history-l .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 2;
}

.teaching-history-l .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(49,77,49,0.5);
    border: 2px solid rgb(101,122,101);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgb(101,122,101,0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.teaching-history-l .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 30px rgb(101,122,101);
}

.teaching-history-l .photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgb(101,122,101);
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.teaching-history-l .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.teaching-history-l .review .name {
    font-size: 18px;
    font-weight: 700;
    color: rgb(101,122,101);
    text-shadow: 0 0 5px rgb(101,122,101), 0 0 10px rgb(101,122,101,0.5);
}

.teaching-history-l .review span {
    font-size: 13px;
    font-weight: 400;
    color: rgb(49,77,49);
    text-shadow: 0 0 5px rgb(49,77,49), 0 0 10px rgb(49,77,49,0.5);
}

.teaching-history-l .review .quote {
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    font-style: italic;
    margin-top: 15px;
    text-shadow: 0 0 5px rgb(101,122,101), 0 0 10px rgb(101,122,101,0.5);
}

@media only screen and (max-width: 1200px) {
    .teaching-history-l .review {
        max-width: 45%;
    }
}

@media only screen and (max-width: 800px) {
    .teaching-history-l {
        padding: 60px 20px;
    }

    .teaching-history-l .holder {
        flex-direction: column;
        align-items: center;
    }

    .teaching-history-l .review {
        width: 90%;
        padding: 20px;
    }

    .teaching-history-l .photo {
        width: 150px;
        height: 150px;
    }
}

.wrap-structure-v .teaching-history-l {
    position: relative;
}

.wrap-structure-v .teaching-history-l::before {
    content: "";
    width: 100%;
    height: 300px;
    background: rgb(101,122,101);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform: skewY(-3deg);
    transform-origin: top left;
}

.wrap-structure-v .teaching-history-l .holder {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.wrap-structure-v .teaching-history-l .review {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 0 20px rgb(101,122,101,0.5);
}

.wrap-structure-v .teaching-history-l .photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.wrap-structure-v .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.wrap-structure-v .teaching-history-l .review .name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.wrap-structure-v .teaching-history-l .review span {
    font-size: 13px;
    font-weight: 400;
    color: rgb(101,122,101);
}

.wrap-structure-v .teaching-history-l .review .quote {
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 10px;
    line-height: 1.5;
}

@media only screen and (max-width: 800px) {
    .wrap-structure-v .teaching-history-l .review {
        padding: 20px;
        box-shadow: none;
    }

    .wrap-structure-v .teaching-history-l .photo {
        width: 150px;
        height: 150px;
    }

    .wrap-structure-v .teaching-history-l::before {
        height: 200px;
    }
}
.course-structure-x {
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.course-structure-x h2 {
    color: rgb(101,122,101);
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.course-structure-x .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    width: 100%;
}

.course-structure-x .items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    width: 100%;
}

.course-structure-x .course {
    background: rgb(152,166,152);
    border-radius: 27px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgb(101,122,101);
}

.course-structure-x .content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course-structure-x .photo {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid rgb(101,122,101);
}

.course-structure-x .text_holder {
    padding: 20px;
    text-align: left;
    width: 100%;
}

.course-structure-x h3 {
    font-size: 44px;
    font-weight: 700;
    color: rgb(49,77,49);
    margin-bottom: 10px;
}

.course-structure-x p {
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 20px;
}

.course-structure-x .button {
    background: rgb(101,122,101);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    align-self: flex-start;
}

.course-structure-x .button:hover {
    background: rgb(49,77,49);
}

@media only screen and (max-width: 600px) {
    .course-structure-x {
        padding: 50px 0;
    }
    .course-structure-x h2 {
        font-size: 19px;
    }
    .course-structure-x .items {
        grid-template-columns: 1fr;
    }
    .course-structure-x h3 {
        font-size: 21px;
    }
    .course-structure-x .photo {
        height: 200px;
    }
    .course-structure-x p {
        font-size: 17px;
    }
    .course-structure-x .button {
        font-size: 15px;
    }
}

.wrap-structure-v .course-structure-x {
    background: rgb(152,166,152);
    padding: 100px 0;
}

.wrap-structure-v .course-structure-x .items .course .content {
    border-radius: 27px;
    box-shadow: none;
    overflow: hidden;
    position: relative;
}

.wrap-structure-v .course-structure-x .photo {
    border-bottom: none;
}

.wrap-structure-v .course-structure-x .text_holder {
    background: rgb(152,166,152);
    padding: 30px;
    border-radius: 0 0  10px 10px;
    box-shadow: none;
    text-align: left;
}

.wrap-structure-v .course-structure-x h3 {
    font-size: 44px;
    color: rgb(101,122,101);
    margin-bottom: 15px;
}

.wrap-structure-v .course-structure-x p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.5;
}

.wrap-structure-v .course-structure-x .button {
    background: rgb(49,77,49);
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 27px;
    font-size: 15px;
    text-align: center;
}

.wrap-structure-v .course-structure-x .button:hover {
    background: rgb(101,122,101);
}

@media only screen and (max-width: 800px) {
    .wrap-structure-v .course-structure-x .items {
        grid-template-columns: 1fr;
    }
    .wrap-structure-v .course-structure-x .text_holder {
        padding: 20px;
    }
    .wrap-structure-v .course-structure-x h3 {
        font-size: 19px;
    }
    .wrap-structure-v .course-structure-x p {
        font-size: 17px;
    }
    .wrap-structure-v .course-structure-x .button {
        font-size: 15px;
        padding: 10px 20px;
    }
}
