header {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--blue);
    padding: 1rem 7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .navbar {
    /* display: flex; */
    padding: 0.8rem 0.8rem;
    /* justify-content: space-between; */
}
header .navbar a {
    margin-right: 0.2rem;
    font-size: small;
    padding: 0.5rem 0.5rem;
}
header .navbar #home {
    color: var(--white);
}
header .navbar #about {
    color: var(--white);
}
header .navbar select {
    font-size: 14px;
    width: 8rem;
    padding: 0.5rem 0.5rem;
    color: var(--white);
    background: transparent;
}

header .navbar select option {
    font-size: 14px;
    width: 8rem;
    padding: 0.5rem 0.5rem;
    color: #7e7e7e;
    background-color: var(--white);
}

.learning1 {
    margin-top: 6rem;
    padding-top: 1rem;
    padding-left: 7.5%;
    padding-right: 7.5%;
    /* background-image: url("../assets/learning1-background.svg"); */
}
.learning1 .legal {
    text-align: right;
    color: var(--text-grey);
    font-size: 13px;
}
.learning1 .title {
    text-align: center;
    font-style: italic;
    font-size: 4rem;
    margin-top: 3rem;
    color: var(--blue2);
}
.learning1 .text {
    text-align: center;
    font-size: 15px;
    margin-top: 1.5rem;
}
.learning1 .text .dark {
    color: var(--text-grey);
    font-weight: 700;
    font-size: 2rem;
}
.learning1 .text .light {
    font-size: 2rem;
    color: var(--text-grey);
}
.learning1 #img-learning1 {
    width: 100%;
    margin-top: -4rem;
}
.learning1 .picture {
    margin-top: 1rem;
}
.learning1 .picture #img_learning1_largesize {
    width: 100%;
}
.learning1 .services {
    text-align: center;
    font-weight: 300;
    font-size: 4rem;
    color: var(--text-grey);
}
.learning1 .grey-text {
    text-align: center;
    font-size: 2rem;
}

.learning2 {
    padding-top: 5%;
    padding-left: 11.5%;
    padding-right: 11.5%;
}
.learning2 .title {
    display: flex;
    color: var(--blue2);
    font-size: 3rem;
    font-style: italic;
}
.learning2 .title p {
    color: var(--text-grey);
    margin-left: 1rem;
}
.learning2 .title2 {
    font-size: 2.5rem;
    font-weight: 400;
    padding-left: 5px;
    margin-top: 0.6rem;
}
.learning2 .listTraining {
    margin-top: 1rem;
    display: grid;
    grid-gap: 1rem;
    /* grid-template-columns: repeat(5, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
}
.learning2 .listTraining .training {
    height: 100%;
    width: 18rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}
.learning2 .listTraining .training img {
    width: 100%;
    z-index: 2;
    border-radius: 5px;
}
.learning2 .listTraining .training .date {
    z-index: 3;
    right: 20%;
    left: 20%;
    top: 9px;
    position: absolute;
    font-size: 1rem;
}
.learning2 .listTraining .training .name-training {
    z-index: 3;
    position: absolute;
    bottom: 8px;
    left: 8%;
    right: 8%;
    font-size: 1.5rem;
    line-height: 1.8rem;
}
.learning2 .text {
    text-align: center;
    margin-top: 3rem;
    font-size: 2rem;
}
.learning2 .action {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}
.learning2 .action .button {
    width: 16rem;
    background-color: var(--blue2);
    border: var(--blue2) solid 1px;
    border-radius: 5px;
    padding: 1rem;
    color: var(--white);
    cursor: pointer;
}
.c-w {
    color: var(--white);
}
.c-b {
    color: var(--black);
}
.learning3 {
    margin-top: 3rem;
    /* background-image: url("../assets/learning3-background.png"); */
    background-size: 100%;
    padding-top: 6rem;
    padding-left: 11.5%;
    padding-right: 11.5%;
}
.learning3 .information {
    text-align: center;
    margin-top: 2rem;
    font-size: 2rem;
    padding-bottom: 4rem;
}
.learning3 .title {
    display: flex;
    padding-top: 3rem;
    margin-bottom: -5rem;
}
.learning3 .title .title1 {
    font-size: 3.8rem;
    color: var(--blue2);
    font-style: italic;
}
.learning3 .title .title2 {
    font-size: 3.8rem;
    font-style: italic;
    color: var(--text-grey);
}

.learning3 .home .home-slider .slide {
    gap: 2rem;
    padding-top: 9rem;
}

.learning3 .home .home-slider .slide .content-slider {
    display: grid;
    grid-gap: 2rem;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
}
.learning3 .home .home-slider .slide .content-slider img {
    width: 20rem;
}

.learning3 .home .home-slider .swiper-pagination-bullet-active {
    background: var(--blue2);
}

.swiper-pagination-bullets {
    position: relative;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    margin-top: 1rem;
    width: 100%;
}

.learning4 {
    position: relative;
    display: flex;
    margin-top: 3rem;
    padding-top: 6rem;
    justify-content: space-around;
    align-items: center;
    /* background-image: url("../assets/learning4-background.png"); */
    background-size: 100%;
}
.learning4 #img-learning4 {
    width: 40%;
}
.learning4 .content .title {
    font-size: 4rem;
    font-style: italic;
    color: var(--blue2);
}
.learning4 .information .i1 {
    font-size: 2rem;
}
.learning4 .information .i2 {
    font-size: 2rem;
    margin-top: 2rem;
}
.learning4 .information .i3 {
    font-size: 2rem;
    margin-top: 2rem;
}
.learning4 .information .btn-active {
    background-color: var(--blue2);
    color: var(--white);
    margin-left: 32%;
    padding: 0.8rem;
    margin-top: 3%;
    border-radius: 5px;
    cursor: pointer;
}
.learning4 .copyright {
    margin-top: 8rem;
    display: flex;
    left: 50px;
    bottom: 0px;
    position: absolute;
    font-size: 13px;
}
.learning4 .region {
    position: absolute;
    bottom: 0px;
    right: 20px;
    font-size: 13px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 30px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}
.modal-content .title {
    font-size: 3rem;
    color: var(--blue2);
    font-style: italic;
}
.modal-content .text {
    font-size: 1.5rem;
}
.modal-content .danger-text {
    color: var(--red1);
    margin-top: 1rem;
}
.modal-content .input-email {
    width: 100%;
    padding: 1rem;
    border-radius: 5px;
    margin-top: 1rem;
    background-color: var(--bg-input);
    border: var(--border-grey) solid 1.5px;
}
.modal-content .name-list {
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
}
.modal-content .product {
    display: grid;
    margin-bottom: 0.2rem;
    grid-template-columns: 14rem 14rem;
}
.modal-content .product span {
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
}
.modal-content .product span input {
    margin-right: 0.3rem;
    border: var(--blue2) solid 2px;
}
.modal-content .product span p {
    font-size: 1.3rem;
}
.modal-content .listproduct {
    display: grid;
}
.modal-content .listproduct span {
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}
.modal-content .listproduct span input {
    margin-right: 0.3rem;
    border: var(--blue2) solid 2px;
}
.modal-content .listproduct span p {
    font-size: 1.3rem;
}
.modal-content .additional {
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: 600;
}
.modal-content textarea {
    border: var(--border-grey) solid 2px;
    color: var(--bg-input);
    padding: 1rem;
    width: 100%;
    height: 13rem;
    border-radius: 5px;
}
.modal-content .action {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    font-size: 1.4rem;
}
.modal-content .action input {
    margin-right: 1rem;
}
.modal-content .action-button {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.modal-content .action-button .btn {
    background-color: var(--blue2);
    padding: 0.8rem;
    width: 14rem;
    color: var(--white);
    border-radius: 5px;
    border: var(--blue2) solid 2px;
    cursor: pointer;
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.listModal1-content {
    border-radius: 8px;
    background-color: var(--black);
    margin: 15% auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 70%; /* Could be more or less, depending on screen size */
    display: flex;
    justify-content: space-between;
    position: relative;
}
.listModal1-content .pict {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.listModal1-content .pict img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.listModal1-content .pict h2 {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 2rem;
    right: 20px;
}
.listModal1-content .pict p {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    left: 30%;
    font-size: 1.5rem;
    bottom: 13px;
}
.listModal1-content .pict .close-top {
    position: absolute;
    right: 12px;
    top: 12px;
    background-color: var(--blue2);
    font-size: 2rem;
    width: 3rem;
    border-radius: 15px;
    display: none;
}
.listModal1-content .content {
    color: var(--white);
    width: 50%;
    padding-left: 3%;
    padding-top: 2%;
    padding-right: 3%;
    z-index: 2;
}
.listModal1-content .content .close_listLearning {
    float: right;
    background-color: #62a1db;
    width: 2rem;
    font-size: 1.5rem;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.listModal1-content .content .title {
    font-weight: 400;
    font-size: 2.5rem;
    margin-top: 8%;
}
.listModal1-content .content .text {
    margin-top: 1rem;
    font-size: 1.2rem;
}
.listModal1-content .content .title2 {
    margin-top: 3rem;
    font-weight: 400;
    font-size: 2.5rem;
}
.listModal1-content .content .text2 {
    margin-top: 1rem;
    padding-left: 1.8rem;
    font-size: 1.2rem;
}
.listModal1-content .content .action {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    padding-bottom: 2rem;
}
.listModal1-content .content .action .button {
    width: 16rem;
    border-radius: 5px;
    background-color: var(--blue2);
    border: var(--blue2) solid 1px;
    padding: 1rem;
    color: var(--white);
    cursor: pointer;
}

.dropbtn {
    background: transparent;
    color: white;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background: transparent;
}

.dropdown {
    position: relative;
    display: inline-block;
    padding-left: 3rem;
    padding-right: 3rem;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}
@media only screen and (max-width: 380px) {
    header #prospero_logo {
        width: 6rem;
    }

    .learning1 {
        display: flex;
        flex-direction: column;
        margin-top: 6rem;
        padding-top: 1rem;
        padding-left: 0px;
        padding-right: 0px;
        /* background-image: url("../assets/learning1-background.svg"); */
    }
    .learning1 .legal {
        text-align: right;
        color: var(--text-grey);
        font-size: 10px;
    }
    .learning1 .title {
        font-size: 3rem;
        margin-top: 3rem;
        order: 1;
        color: var(--blue2);
    }
    .learning1 .text {
        text-align: center;
        font-size: 13px;
        order: 5;
        margin-top: 1rem;
    }
    .learning1 .text .dark {
        color: var(--black);
        font-weight: 700;
    }
    .learning1 .text .light {
        color: var(--black);
    }
    .learning1 .picture {
        order: 3;
        margin-top: 1rem;
    }
    .learning1 .services {
        font-weight: 600;
        order: 2;
        font-size: 1.5rem;
        color: var(--black);
    }
    .learning1 .grey-text {
        font-size: 1.5rem;
        font-weight: 600;
        order: 6;
        margin-top: 3rem;
    }

    .learning2 {
        padding-top: 8%;
        padding-left: 11.5%;
        padding-right: 11.5%;
    }
    .learning2 .title {
        display: flex;
        color: var(--blue2);
        font-size: 1.5rem;
        font-style: italic;
    }
    .learning2 .title p {
        color: var(--text-grey);
        margin-left: 1rem;
    }
    .learning2 .title2 {
        font-size: 1.3rem;
        font-weight: 400;
        padding-left: 5px;
        margin-top: 0.6rem;
    }
    .learning2 .listTraining {
        margin-top: 1rem;
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(2, 1fr);
        /* grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); */
    }
    .learning2 .listTraining .training {
        height: 100%;
        width: 12rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        cursor: pointer;
    }
    .learning2 .listTraining .training .date {
        z-index: 3;
        right: 5%;
        left: 20%;
        top: 4px;
        position: absolute;
        font-size: 1rem;
    }
    .learning2 .listTraining .training .name-training {
        z-index: 3;
        position: absolute;
        bottom: 0px;
        left: 3%;
        font-size: 1.1rem;
    }
    .learning2 .text {
        font-size: 1.3rem;
    }
    .learning3 {
        background-image: none;
        margin-top: 3rem;
        padding-top: 6rem;
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    .learning3 .title {
        display: flex;
        flex-direction: column;
        padding-top: 3rem;
        margin-bottom: 0;
    }
    .learning3 .title .title1 {
        font-size: 3rem;
        color: var(--blue2);
        font-style: italic;
    }
    .learning3 .title .title2 {
        font-size: 2rem;
        font-style: normal;
        font-weight: 300;
    }
    .learning3 .home .home-slider .slide {
        gap: 1rem;
        padding: 1rem;
    }
    .learning3 .home .home-slider .slide .content-slider {
        display: grid;
        grid-gap: 15px;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }
    .learning3 .home .home-slider .slide .content-slider img {
        width: 12rem;
    }
    .learning4 {
        position: relative;
        display: flex;
        margin-top: 3rem;
        padding-top: 0;
        flex-direction: column;
        align-items: center;
        /* background-image: url("../assets/learning4-background.png"); */
        background-size: 100%;
    }
    .learning4 #img-learning4 {
        padding-top: 1rem;
        width: 70%;
        padding-bottom: 2rem;
    }
    .learning4 .content .title {
        font-size: 3rem;
        font-style: italic;
        color: var(--blue2);
    }
    .learning4 .information .i1 {
        font-size: 14px;
    }
    .learning4 .information .i2 {
        font-size: 14px;
        margin-top: 2rem;
    }
    .learning4 .information .i3 {
        font-size: 14px;
        margin-top: 2rem;
    }
    .learning4 .information .btn-active {
        background-color: var(--blue2);
        color: var(--white);
        margin-left: 32%;
        padding: 0.8rem;
        margin-top: 3%;
        border-radius: 5px;
        cursor: pointer;
    }
    .learning4 .copyright {
        display: flex;
        margin-top: 8rem;
        left: 0px;
        bottom: 0px;
        position: absolute;
        font-size: 0.9rem;
    }
    .learning4 .region {
        position: absolute;
        bottom: 0px;
        right: 0px;
        font-size: 0.9rem;
    }

    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 10; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0, 0, 0); /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }

    /* Modal Content/Box */
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 30px;
        border: 1px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
    }
    .modal-content .title {
        font-size: 3rem;
        color: var(--blue2);
        font-style: italic;
    }
    .modal-content .text {
        font-size: 1.5rem;
    }
    .modal-content .danger-text {
        color: var(--red1);
        margin-top: 1rem;
    }
    .modal-content .input-email {
        width: 100%;
        padding: 1rem;
        border-radius: 5px;
        margin-top: 1rem;
        background-color: var(--bg-input);
        border: var(--border-grey) solid 1.5px;
    }
    .modal-content .name-list {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content .product {
        display: grid;
        margin-bottom: 0.2rem;
        grid-template-columns: 14rem 14rem;
    }
    .modal-content .product span {
        margin-top: 0.2rem;
        display: flex;
        align-items: center;
    }
    .modal-content .product span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .product span p {
        font-size: 1.3rem;
    }
    .modal-content .listproduct {
        display: grid;
    }
    .modal-content .listproduct span {
        display: flex;
        align-items: center;
        margin-top: 0.2rem;
    }
    .modal-content .listproduct span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .listproduct span p {
        font-size: 1.3rem;
    }
    .modal-content .additional {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content textarea {
        border: var(--border-grey) solid 2px;
        color: var(--bg-input);
        padding: 1rem;
        width: 100%;
        height: 13rem;
        border-radius: 5px;
    }
    .modal-content .action {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        font-size: 1.4rem;
    }
    .modal-content .action input {
        margin-right: 1rem;
    }
    .modal-content .action-button {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .modal-content .action-button .btn {
        background-color: var(--blue2);
        padding: 0.8rem;
        width: 14rem;
        color: var(--white);
        border-radius: 5px;
        border: var(--blue2) solid 2px;
        cursor: pointer;
    }
    /* The Close Button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    .listModal1-content {
        border-radius: 8px;
        background-color: var(--black);
        margin: 15% auto; /* 15% from the top and centered */
        border: 1px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
        display: flex;
        /* justify-content: space-between; */
        flex-direction: column;
        margin-top: 20%;
    }
    .listModal1-content .pict {
        width: 100%;
    }
    .listModal1-content .pict img {
        width: 100%;
        height: 100%;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 5px;
    }

    .listModal1-content .pict .close-top {
        position: absolute;
        right: 12px;
        top: 12px;
        background-color: var(--blue2);
        font-size: 2rem;
        width: 3rem;
        text-align: center;
        border-radius: 50%;
        display: block;
    }
    .listModal1-content .content {
        color: var(--white);
        width: 100%;
        padding-top: 2%;
        padding-right: 3%;
        padding-left: 4%;
        padding-bottom: 3%;
    }
    .listModal1-content .content .close_listLearning {
        display: none;
    }
    .listModal1-content .content .title {
        font-weight: 400;
        font-size: 2.5rem;
        margin-top: 8%;
    }
    .listModal1-content .content .text {
        margin-top: 1rem;
        font-size: 1.2rem;
    }
    .listModal1-content .content .title2 {
        margin-top: 3rem;
        font-weight: 400;
        font-size: 2.5rem;
    }
    .listModal1-content .content .text2 {
        margin-top: 1rem;
        padding-left: 1.8rem;
        font-size: 1.2rem;
    }
    .listModal1-content .content .action {
        display: flex;
        justify-content: center;
        margin-top: 4rem;
    }
    .listModal1-content .content .action .button {
        width: 16rem;
        border-radius: 5px;
        background-color: var(--blue2);
        border: var(--blue2) solid 1px;
        padding: 1rem;
        color: var(--white);
        cursor: pointer;
    }
    .dropdown {
        padding: 0;
    }

    .learning1 .text {
        text-align: center;
        font-size: 13px;
        order: 5;
        margin-top: 1rem;
    }
    .learning1 .text .dark {
        color: var(--black);
        font-weight: 700;
        font-size: 1.5rem;
    }
    .learning1 .text .light {
        color: var(--black);
        font-size: 1.5rem;
    }
    .learning3 .information {
        font-size: 14px;
    }
}
@media only screen and (max-width: 425px) and (min-width: 381px) {
    .learning1 {
        display: flex;
        flex-direction: column;
        margin-top: 6rem;
        padding-top: 1rem;
        padding-left: 0px;
        padding-right: 0px;
        /* background-image: url("../assets/learning1-background.svg"); */
    }
    .learning1 .legal {
        text-align: right;
        color: var(--text-grey);
        font-size: 10px;
    }
    .learning1 .title {
        font-size: 3rem;
        margin-top: 3rem;
        order: 1;
        color: var(--blue2);
    }
    .learning1 .text {
        text-align: center;
        font-size: 13px;
        order: 5;
        margin-top: 1rem;
    }
    .learning1 .text .dark {
        color: var(--black);
        font-weight: 700;
        font-size: 1.5rem;
    }
    .learning1 .text .light {
        color: var(--black);
        font-size: 1.5rem;
    }
    .learning3 .information {
        font-size: 14px;
    }
    .learning1 .picture {
        order: 3;
        margin-top: 1rem;
    }
    .learning1 .services {
        font-weight: 600;
        order: 2;
        font-size: 1.5rem;
        color: var(--black);
    }
    .learning1 .grey-text {
        font-size: 1.5rem;
        font-weight: 600;
        order: 6;
        margin-top: 3rem;
    }
    .learning2 {
        padding-top: 8%;
        padding-left: 11.5%;
        padding-right: 11.5%;
    }
    .learning2 .title {
        display: flex;
        color: var(--blue2);
        font-size: 2rem;
        font-style: italic;
    }
    .learning2 .title p {
        color: var(--text-grey);
        margin-left: 1rem;
    }
    .learning2 .title2 {
        font-size: 1.8rem;
        font-weight: 400;
        padding-left: 5px;
        margin-top: 0.6rem;
    }
    .learning2 .listTraining {
        margin-top: 1rem;
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(2, 1fr);
        /* grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); */
    }
    .learning2 .listTraining .training {
        height: 100%;
        width: 15rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        cursor: pointer;
    }
    .learning2 .listTraining .training .date {
        z-index: 3;
        right: 20%;
        left: 20%;
        top: 4px;
        position: absolute;
        font-size: 1rem;
    }
    .learning2 .listTraining .training .name-training {
        z-index: 3;
        position: absolute;
        bottom: 0px;
        left: 3%;
        font-size: 1.3rem;
    }
    .learning2 .text {
        font-size: 1.3rem;
    }

    .learning3 {
        background-image: none;
        margin-top: 3rem;
        padding-top: 6rem;
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    .learning3 .title {
        display: flex;
        flex-direction: column;
        padding-top: 3rem;
        margin-bottom: 0;
    }
    .learning3 .title .title1 {
        font-size: 3rem;
        color: var(--blue2);
        font-style: italic;
    }
    .learning3 .title .title2 {
        font-size: 2rem;
        font-style: normal;
        font-weight: 300;
    }
    .learning3 .home .home-slider .slide {
        gap: 1rem;
        padding: 1rem;
    }
    .learning3 .home .home-slider .slide .content-slider {
        display: grid;
        grid-gap: 15px;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }
    .learning3 .home .home-slider .slide .content-slider img {
        width: 15rem;
    }

    .learning4 {
        position: relative;
        display: flex;
        margin-top: 3rem;
        padding-top: 0;
        flex-direction: column;
        align-items: center;
        /* background-image: url("../assets/learning4-background.png"); */
        background-size: 100%;
    }
    .learning4 #img-learning4 {
        padding-top: 1rem;
        width: 70%;
        padding-bottom: 2rem;
    }
    .learning4 .content .title {
        font-size: 3rem;
        font-style: italic;
        color: var(--blue2);
    }
    .learning4 .information .i1 {
        font-size: 14px;
    }
    .learning4 .information .i2 {
        font-size: 14px;
        margin-top: 2rem;
    }
    .learning4 .information .i3 {
        font-size: 14px;
        margin-top: 2rem;
    }
    .learning4 .information .btn-active {
        background-color: var(--blue2);
        color: var(--white);
        margin-left: 32%;
        padding: 0.8rem;
        margin-top: 3%;
        border-radius: 5px;
        cursor: pointer;
    }
    .learning4 .copyright {
        display: flex;
        margin-top: 8rem;
        left: 2rem;
        bottom: 0px;
        position: absolute;
        font-size: 1rem;
    }
    .learning4 .region {
        position: absolute;
        bottom: 0px;
        right: 2rem;
        font-size: 1rem;
    }

    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 10; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0, 0, 0); /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }

    /* Modal Content/Box */
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 30px;
        border: 1px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
    }
    .modal-content .title {
        font-size: 3rem;
        color: var(--blue2);
        font-style: italic;
    }
    .modal-content .text {
        font-size: 1.5rem;
    }
    .modal-content .danger-text {
        color: var(--red1);
        margin-top: 1rem;
    }
    .modal-content .input-email {
        width: 100%;
        padding: 1rem;
        border-radius: 5px;
        margin-top: 1rem;
        background-color: var(--bg-input);
        border: var(--border-grey) solid 1.5px;
    }
    .modal-content .name-list {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content .product {
        display: grid;
        margin-bottom: 0.2rem;
        grid-template-columns: 14rem 14rem;
    }
    .modal-content .product span {
        margin-top: 0.2rem;
        display: flex;
        align-items: center;
    }
    .modal-content .product span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .product span p {
        font-size: 1.3rem;
    }
    .modal-content .listproduct {
        display: grid;
    }
    .modal-content .listproduct span {
        display: flex;
        align-items: center;
        margin-top: 0.2rem;
    }
    .modal-content .listproduct span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .listproduct span p {
        font-size: 1.3rem;
    }
    .modal-content .additional {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content textarea {
        border: var(--border-grey) solid 2px;
        color: var(--bg-input);
        padding: 1rem;
        width: 100%;
        height: 13rem;
        border-radius: 5px;
    }
    .modal-content .action {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        font-size: 1.4rem;
    }
    .modal-content .action input {
        margin-right: 1rem;
    }
    .modal-content .action-button {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .modal-content .action-button .btn {
        background-color: var(--blue2);
        padding: 0.8rem;
        width: 14rem;
        color: var(--white);
        border-radius: 5px;
        border: var(--blue2) solid 2px;
        cursor: pointer;
    }
    /* The Close Button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    .listModal1-content {
        border-radius: 8px;
        background-color: var(--black);
        margin: 15% auto; /* 15% from the top and centered */
        border: 1px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
        display: flex;
        /* justify-content: space-between; */
        flex-direction: column;
        margin-top: 20%;
    }
    .listModal1-content .pict {
        width: 100%;
    }
    .listModal1-content .pict img {
        width: 100%;
        height: 100%;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 5px;
    }
    .listModal1-content .pict .close-top {
        position: absolute;
        right: 12px;
        top: 12px;
        background-color: var(--blue2);
        font-size: 2rem;
        width: 3rem;
        text-align: center;
        border-radius: 50%;
        display: block;
    }
    .listModal1-content .content {
        color: var(--white);
        width: 100%;
        padding-top: 2%;
        padding-right: 3%;
        padding-left: 4%;
        padding-bottom: 3%;
    }
    .listModal1-content .content .close_listLearning {
        display: none;
    }
    .listModal1-content .content .title {
        font-weight: 400;
        font-size: 2.5rem;
        margin-top: 8%;
    }
    .listModal1-content .content .text {
        margin-top: 1rem;
        font-size: 1.2rem;
    }
    .listModal1-content .content .title2 {
        margin-top: 3rem;
        font-weight: 400;
        font-size: 2.5rem;
    }
    .listModal1-content .content .text2 {
        margin-top: 1rem;
        padding-left: 1.8rem;
        font-size: 1.2rem;
    }
    .listModal1-content .content .action {
        display: flex;
        justify-content: center;
        margin-top: 4rem;
        padding-bottom: 2rem;
    }
    .listModal1-content .content .action .button {
        width: 16rem;
        border-radius: 5px;
        background-color: var(--blue2);
        border: var(--blue2) solid 1px;
        padding: 1rem;
        color: var(--white);
        cursor: pointer;
    }
    .dropdown {
        padding: 0;
    }
}

@media only screen and (max-width: 560px) and (min-width: 426px) {
    .learning1 {
        display: flex;
        flex-direction: column;
        margin-top: 6rem;
        padding-top: 1rem;
        padding-left: 0px;
        padding-right: 0px;
        /* background-image: url("../assets/learning1-background.svg"); */
    }
    .learning1 .legal {
        text-align: right;
        color: var(--text-grey);
        font-size: 10px;
    }
    .learning1 .title {
        font-size: 3rem;
        margin-top: 3rem;
        order: 1;
        color: var(--blue2);
    }
    .learning1 .picture {
        order: 3;
        margin-top: 1rem;
    }
    .learning1 .picture #img_learning1_largesize {
        width: 100%;
    }
    .learning1 .services {
        font-weight: 600;
        order: 2;
        font-size: 1.5rem;
        color: var(--black);
    }
    .learning1 .grey-text {
        font-size: 1.5rem;
        font-weight: 600;
        order: 6;
        margin-top: 3rem;
    }

    .learning1 .text {
        text-align: center;
        font-size: 13px;
        order: 5;
        margin-top: 1rem;
    }
    .learning1 .text .dark {
        color: var(--black);
        font-weight: 700;
        font-size: 1.5rem;
    }
    .learning1 .text .light {
        color: var(--black);
        font-size: 1.5rem;
    }
    .learning3 .information {
        font-size: 14px;
    }
    .learning2 {
        padding-top: 8%;
        padding-left: 11.5%;
        padding-right: 11.5%;
    }
    .learning2 .title {
        display: flex;
        color: var(--blue2);
        font-size: 2rem;
        font-style: italic;
    }
    .learning2 .title p {
        color: var(--text-grey);
        margin-left: 1rem;
    }
    .learning2 .title2 {
        font-size: 1.8rem;
        font-weight: 400;
        padding-left: 5px;
        margin-top: 0.6rem;
    }
    .learning2 .listTraining {
        margin-top: 1rem;
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(2, 1fr);
        /* grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); */
    }
    .learning2 .listTraining .training {
        height: 100%;
        width: 16rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        cursor: pointer;
    }
    .learning2 .listTraining .training .date {
        z-index: 3;
        right: 20%;
        left: 20%;
        top: 4px;
        position: absolute;
        font-size: 1rem;
    }
    .learning2 .listTraining .training .name-training {
        z-index: 3;
        position: absolute;
        bottom: 0px;
        left: 3%;
        font-size: 1.3rem;
    }
    .learning2 .text {
        font-size: 1.3rem;
    }
    .learning3 {
        background-image: none;
        margin-top: 3rem;
        padding-top: 6rem;
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    .learning3 .title {
        display: flex;
        flex-direction: column;
        padding-top: 3rem;
        margin-bottom: 0;
    }
    .learning3 .title .title1 {
        font-size: 3rem;
        color: var(--blue2);
        font-style: italic;
    }
    .learning3 .title .title2 {
        font-size: 2rem;
        font-style: normal;
        font-weight: 300;
    }
    .learning3 .home .home-slider .slide {
        gap: 1rem;
        padding: 2rem;
    }
    .learning3 .home .home-slider .slide .content-slider {
        display: grid;
        grid-gap: 15px;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }
    .learning3 .home .home-slider .slide .content-slider img {
        width: 16rem;
    }
    .learning4 {
        position: relative;
        display: flex;
        margin-top: 3rem;
        padding-top: 0;
        flex-direction: column;
        align-items: center;
        /* background-image: url("../assets/learning4-background.png"); */
        background-size: 100%;
    }
    .learning4 #img-learning4 {
        padding-top: 1rem;
        width: 70%;
        padding-bottom: 2rem;
    }
    .learning4 .content .title {
        font-size: 3rem;
        font-style: italic;
        color: var(--blue2);
    }
    .learning4 .information .i1 {
        font-size: 14px;
    }
    .learning4 .information .i2 {
        font-size: 14px;
        margin-top: 2rem;
    }
    .learning4 .information .i3 {
        font-size: 14px;
        margin-top: 2rem;
    }
    .learning4 .information .btn-active {
        background-color: var(--blue2);
        color: var(--white);
        margin-left: 32%;
        padding: 0.8rem;
        margin-top: 3%;
        border-radius: 5px;
        cursor: pointer;
    }
    .learning4 .copyright {
        display: flex;
        margin-top: 8rem;
        left: 2rem;
        bottom: 0px;
        position: absolute;
        font-size: 1rem;
    }
    .learning4 .region {
        position: absolute;
        bottom: 0px;
        right: 2rem;
        font-size: 1rem;
    }
    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 10; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0, 0, 0); /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }

    /* Modal Content/Box */
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 30px;
        border: 1px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
    }
    .modal-content .title {
        font-size: 3rem;
        color: var(--blue2);
        font-style: italic;
    }
    .modal-content .text {
        font-size: 1.5rem;
    }
    .modal-content .danger-text {
        color: var(--red1);
        margin-top: 1rem;
    }
    .modal-content .input-email {
        width: 100%;
        padding: 1rem;
        border-radius: 5px;
        margin-top: 1rem;
        background-color: var(--bg-input);
        border: var(--border-grey) solid 1.5px;
    }
    .modal-content .name-list {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content .product {
        display: grid;
        margin-bottom: 0.2rem;
        grid-template-columns: 14rem 14rem;
    }
    .modal-content .product span {
        margin-top: 0.2rem;
        display: flex;
        align-items: center;
    }
    .modal-content .product span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .product span p {
        font-size: 1.3rem;
    }
    .modal-content .listproduct {
        display: grid;
    }
    .modal-content .listproduct span {
        display: flex;
        align-items: center;
        margin-top: 0.2rem;
    }
    .modal-content .listproduct span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .listproduct span p {
        font-size: 1.3rem;
    }
    .modal-content .additional {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content textarea {
        border: var(--border-grey) solid 2px;
        color: var(--bg-input);
        padding: 1rem;
        width: 100%;
        height: 13rem;
        border-radius: 5px;
    }
    .modal-content .action {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        font-size: 1.4rem;
    }
    .modal-content .action input {
        margin-right: 1rem;
    }
    .modal-content .action-button {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .modal-content .action-button .btn {
        background-color: var(--blue2);
        padding: 0.8rem;
        width: 14rem;
        color: var(--white);
        border-radius: 5px;
        border: var(--blue2) solid 2px;
        cursor: pointer;
    }
    /* The Close Button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    .listModal1-content {
        border-radius: 8px;
        background-color: var(--black);
        margin: 15% auto; /* 15% from the top and centered */
        border: 1px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
        display: flex;
        /* justify-content: space-between; */
        flex-direction: column;
        margin-top: 20%;
    }
    .listModal1-content .pict {
        width: 100%;
    }
    .listModal1-content .pict img {
        width: 100%;
        height: 100%;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 5px;
    }
    .listModal1-content .pict .close-top {
        position: absolute;
        right: 12px;
        top: 12px;
        background-color: var(--blue2);
        font-size: 2rem;
        width: 3rem;
        text-align: center;
        border-radius: 50%;
        display: block;
    }
    .listModal1-content .content {
        color: var(--white);
        width: 100%;
        padding-top: 2%;
        padding-right: 3%;
        padding-left: 4%;
        padding-bottom: 3%;
    }
    .listModal1-content .content .close_listLearning {
        display: none;
    }
    .dropdown {
        padding: 0;
    }
}

@media only screen and (max-width: 600px) and (min-width: 561px) {
    .learning1 {
        display: flex;
        flex-direction: column;
        margin-top: 6rem;
        padding-top: 1rem;
        padding-left: 0px;
        padding-right: 0px;
        /* background-image: url("../assets/learning1-background.svg"); */
    }
    .learning1 .legal {
        text-align: right;
        color: var(--text-grey);
        font-size: 10px;
    }
    .learning1 .title {
        font-size: 3rem;
        margin-top: 3rem;
        order: 1;
        color: var(--blue2);
    }
    .learning1 .text {
        text-align: center;
        font-size: 13px;
        order: 5;
        margin-top: 1rem;
    }
    .learning1 .text .dark {
        color: var(--black);
        font-weight: 700;
    }
    .learning1 .text .light {
        color: var(--black);
    }
    .learning1 .picture {
        order: 3;
        margin-top: 1rem;
    }
    .learning1 .picture #img_learning1_largesize {
        width: 100%;
    }
    .learning1 .services {
        font-weight: 600;
        order: 2;
        font-size: 1.5rem;
        color: var(--black);
    }
    .learning1 .grey-text {
        font-size: 1.5rem;
        font-weight: 600;
        order: 6;
        margin-top: 3rem;
    }

    .learning3 {
        background-image: none;
        margin-top: 3rem;
        padding-top: 6rem;
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    .learning3 .title {
        display: flex;
        flex-direction: column;
        padding-top: 3rem;
        margin-bottom: 0;
    }
    .learning3 .title .title1 {
        font-size: 3rem;
        color: var(--blue2);
        font-style: italic;
    }
    .learning3 .title .title2 {
        font-size: 2rem;
        font-style: normal;
        font-weight: 300;
    }
    .learning3 .home .home-slider .slide {
        gap: 1rem;
        padding: 2rem;
    }
    .learning3 .home .home-slider .slide .content-slider {
        display: grid;
        grid-gap: 15px;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }
    .learning3 .home .home-slider .slide .content-slider img {
        width: 21rem;
    }
    .learning4 {
        position: relative;
        display: flex;
        margin-top: 3rem;
        padding-top: 0;
        align-items: center;
        flex-direction: column;
        /* background-image: url("../assets/learning4-background.png"); */
        background-size: 100%;
    }
    .learning4 #img-learning4 {
        padding-top: 1rem;
        width: 50%;
        padding-bottom: 2rem;
    }
    .learning4 .content .title {
        font-size: 3rem;
        font-style: italic;
        color: var(--blue2);
    }
    .learning4 .information .i1 {
        font-size: 14px;
    }
    .learning4 .information .i2 {
        font-size: 14px;
        margin-top: 2rem;
    }
    .learning4 .information .i3 {
        font-size: 14px;
        margin-top: 2rem;
    }
    .learning4 .information .btn-active {
        background-color: var(--blue2);
        color: var(--white);
        margin-left: 32%;
        padding: 0.8rem;
        margin-top: 3%;
        border-radius: 5px;
        cursor: pointer;
    }
    .learning4 .copyright {
        display: flex;
        margin-top: 8rem;
        left: 2rem;
        bottom: 0px;
        position: absolute;
        font-size: 1rem;
    }
    .learning4 .region {
        position: absolute;
        bottom: 0px;
        right: 2rem;
        font-size: 1rem;
    }
    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 10; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0, 0, 0); /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }

    /* Modal Content/Box */
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 30px;
        border: 1px solid #888;
        width: 70%; /* Could be more or less, depending on screen size */
    }
    .modal-content .title {
        font-size: 3rem;
        color: var(--blue2);
        font-style: italic;
    }
    .modal-content .text {
        font-size: 1.5rem;
    }
    .modal-content .danger-text {
        color: var(--red1);
        margin-top: 1rem;
    }
    .modal-content .input-email {
        width: 100%;
        padding: 1rem;
        border-radius: 5px;
        margin-top: 1rem;
        background-color: var(--bg-input);
        border: var(--border-grey) solid 1.5px;
    }
    .modal-content .name-list {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content .product {
        display: grid;
        margin-bottom: 0.2rem;
        grid-template-columns: 14rem 14rem;
    }
    .modal-content .product span {
        margin-top: 0.2rem;
        display: flex;
        align-items: center;
    }
    .modal-content .product span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .product span p {
        font-size: 1.3rem;
    }
    .modal-content .listproduct {
        display: grid;
    }
    .modal-content .listproduct span {
        display: flex;
        align-items: center;
        margin-top: 0.2rem;
    }
    .modal-content .listproduct span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .listproduct span p {
        font-size: 1.3rem;
    }
    .modal-content .additional {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content textarea {
        border: var(--border-grey) solid 2px;
        color: var(--bg-input);
        padding: 1rem;
        width: 100%;
        height: 13rem;
        border-radius: 5px;
    }
    .modal-content .action {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        font-size: 1.4rem;
    }
    .modal-content .action input {
        margin-right: 1rem;
    }
    .modal-content .action-button {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .modal-content .action-button .btn {
        background-color: var(--blue2);
        padding: 0.8rem;
        width: 14rem;
        color: var(--white);
        border-radius: 5px;
        border: var(--blue2) solid 2px;
        cursor: pointer;
    }
    /* The Close Button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    .listModal1-content {
        border-radius: 8px;
        background-color: var(--black);
        margin: 15% auto; /* 15% from the top and centered */
        border: 1px solid #888;
        width: 90%; /* Could be more or less, depending on screen size */
        display: flex;
        justify-content: space-between;
        margin-top: 20%;
    }
    .listModal1-content .pict .close-top {
        position: absolute;
        right: 12px;
        top: 12px;
        background-color: var(--blue2);
        font-size: 2rem;
        width: 3rem;
        text-align: center;
        border-radius: 50%;
        display: block;
    }
    .dropdown {
        padding: 0;
    }
}

@media only screen and (max-width: 992px) and (min-width: 601px) {
    .learning1 {
        display: flex;
        flex-direction: column;
        margin-top: 6rem;
        padding-top: 1rem;
        padding-left: 0px;
        padding-right: 0px;
        /* background-image: url("../assets/learning1-background.svg"); */
    }
    .learning1 .legal {
        text-align: right;
        color: var(--text-grey);
        font-size: 10px;
    }
    .learning1 .title {
        font-size: 3rem;
        margin-top: 3rem;
        order: 1;
        color: var(--blue2);
    }
    .learning1 .text {
        text-align: center;
        font-size: 13px;
        order: 5;
        margin-top: 1rem;
    }
    .learning1 .text .dark {
        color: var(--black);
        font-weight: 700;
    }
    .learning1 .text .light {
        color: var(--black);
    }
    .learning1 .picture {
        order: 3;
        margin-top: 1rem;
    }
    .learning1 .picture #img_learning1_largesize {
        width: 100%;
    }
    .learning1 .services {
        font-weight: 600;
        order: 2;
        font-size: 1.5rem;
        color: var(--black);
    }
    .learning1 .grey-text {
        font-size: 1.5rem;
        font-weight: 600;
        order: 6;
        margin-top: 3rem;
    }

    .learning3 {
        background-image: none;
        margin-top: 3rem;
        padding-top: 6rem;
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    .learning3 .title {
        display: flex;
        flex-direction: column;
        padding-top: 3rem;
        margin-bottom: 0;
    }
    .learning3 .title .title1 {
        font-size: 3rem;
        color: var(--blue2);
        font-style: italic;
    }
    .learning3 .title .title2 {
        font-size: 2rem;
        font-style: normal;
        font-weight: 300;
    }
    .learning3 .home .home-slider .slide {
        gap: 1rem;
        padding: 2rem;
    }
    .learning3 .home .home-slider .slide .content-slider {
        display: grid;
        grid-gap: 15px;
        width: 100%;
        grid-template-columns: repeat(4, 1fr);
    }
    .learning3 .home .home-slider .slide .content-slider img {
        width: 15rem;
    }
    .learning3 .information {
        font-size: 1.5rem;
    }

    .learning4 {
        position: relative;
        display: flex;
        margin-top: 3rem;
        padding-top: 0;
        align-items: center;
        /* background-image: url("../assets/learning4-background.png"); */
        background-size: 100%;
    }
    .learning4 #img-learning4 {
        padding-top: 1rem;
        width: 50%;
        padding-bottom: 2rem;
    }
    .learning4 .content .title {
        font-size: 3rem;
        font-style: italic;
        color: var(--blue2);
    }
    .learning4 .information .i1 {
        font-size: 14px;
    }
    .learning4 .information .i2 {
        font-size: 14px;
        margin-top: 2rem;
    }
    .learning4 .information .i3 {
        font-size: 14px;
        margin-top: 2rem;
    }
    .learning4 .information .btn-active {
        background-color: var(--blue2);
        color: var(--white);
        margin-left: 32%;
        padding: 0.8rem;
        margin-top: 3%;
        border-radius: 5px;
        cursor: pointer;
    }
    .learning4 .copyright {
        display: flex;
        margin-top: 8rem;
        left: 2rem;
        bottom: 0px;
        position: absolute;
        font-size: 1rem;
    }
    .learning4 .region {
        position: absolute;
        bottom: 0px;
        right: 2rem;
        font-size: 1rem;
    }

    /* The Modal (background) */
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 10; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0, 0, 0); /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }

    /* Modal Content/Box */
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 30px;
        border: 1px solid #888;
        width: 70%; /* Could be more or less, depending on screen size */
    }
    .modal-content .title {
        font-size: 3rem;
        color: var(--blue2);
        font-style: italic;
    }
    .modal-content .text {
        font-size: 1.5rem;
    }
    .modal-content .danger-text {
        color: var(--red1);
        margin-top: 1rem;
    }
    .modal-content .input-email {
        width: 100%;
        padding: 1rem;
        border-radius: 5px;
        margin-top: 1rem;
        background-color: var(--bg-input);
        border: var(--border-grey) solid 1.5px;
    }
    .modal-content .name-list {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content .product {
        display: grid;
        margin-bottom: 0.2rem;
        grid-template-columns: 14rem 14rem;
    }
    .modal-content .product span {
        margin-top: 0.2rem;
        display: flex;
        align-items: center;
    }
    .modal-content .product span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .product span p {
        font-size: 1.3rem;
    }
    .modal-content .listproduct {
        display: grid;
    }
    .modal-content .listproduct span {
        display: flex;
        align-items: center;
        margin-top: 0.2rem;
    }
    .modal-content .listproduct span input {
        margin-right: 0.3rem;
        border: var(--blue2) solid 2px;
    }
    .modal-content .listproduct span p {
        font-size: 1.3rem;
    }
    .modal-content .additional {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 600;
    }
    .modal-content textarea {
        border: var(--border-grey) solid 2px;
        color: var(--bg-input);
        padding: 1rem;
        width: 100%;
        height: 13rem;
        border-radius: 5px;
    }
    .modal-content .action {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        font-size: 1.4rem;
    }
    .modal-content .action input {
        margin-right: 1rem;
    }
    .modal-content .action-button {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .modal-content .action-button .btn {
        background-color: var(--blue2);
        padding: 0.8rem;
        width: 14rem;
        color: var(--white);
        border-radius: 5px;
        border: var(--blue2) solid 2px;
        cursor: pointer;
    }
    /* The Close Button */
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    .listModal1-content {
        border-radius: 8px;
        background-color: var(--black);
        margin: 15% auto; /* 15% from the top and centered */
        border: 1px solid #888;
        width: 80%; /* Could be more or less, depending on screen size */
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .learning1 {
        display: flex;
        flex-direction: column;
        margin-top: 6rem;
        padding-top: 1rem;
        padding-left: 0px;
        padding-right: 0px;
        /* background-image: url("../assets/learning1-background.svg"); */
    }
    .learning1 .legal {
        text-align: right;
        color: var(--text-grey);
        font-size: 10px;
    }
    .learning1 .title {
        font-size: 3rem;
        margin-top: 3rem;
        order: 1;
        color: var(--blue2);
    }
    .learning1 .text {
        text-align: center;
        font-size: 1.5rem;
        order: 5;
        margin-top: 1rem;
    }
    .learning1 .text .dark {
        color: var(--black);
        font-weight: 700;
    }
    .learning1 .text .light {
        color: var(--black);
    }
    .learning1 .picture {
        order: 3;
        margin-top: 1rem;
    }
    .learning1 .picture #img_learning1_largesize {
        width: 100%;
    }
    .learning1 .services {
        font-weight: 600;
        order: 2;
        font-size: 2rem;
        color: var(--black);
    }
    .learning1 .grey-text {
        font-size: 2rem;
        font-weight: 600;
        order: 6;
        margin-top: 3rem;
    }

    .learning3 {
        background-image: none;
        margin-top: 3rem;
        padding-top: 6rem;
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    .learning3 .title {
        display: flex;
        flex-direction: column;
        padding-top: 3rem;
        margin-bottom: 0;
    }
    .learning3 .title .title1 {
        font-size: 3rem;
        color: var(--blue2);
        font-style: italic;
    }
    .learning3 .title .title2 {
        font-size: 2rem;
        font-style: normal;
        font-weight: 300;
    }
    .learning3 .home .home-slider .slide {
        gap: 1rem;
        padding: 2rem;
    }
    .learning3 .home .home-slider .slide .content-slider {
        display: grid;
        grid-gap: 15px;
        width: 100%;
        grid-template-columns: repeat(5, 1fr);
    }
    .learning3 .home .home-slider .slide .content-slider img {
        width: 15rem;
    }
    .learning3 .information {
        font-size: 1.5rem;
    }
    .learning4 {
        position: relative;
        display: flex;
        margin-top: 3rem;
        padding-top: 0;
        align-items: center;
        /* background-image: url("../assets/learning4-background.png"); */
        background-size: 100%;
    }
    .learning4 #img-learning4 {
        padding-top: 1rem;
        width: 50%;
        padding-bottom: 2rem;
    }
    .learning4 .content .title {
        font-size: 3rem;
    }
    .learning4 .copyright {
        display: flex;
        margin-top: 8rem;
        left: 2rem;
        bottom: 0px;
        position: absolute;
        font-size: 1rem;
    }
    .learning4 .region {
        position: absolute;
        bottom: 0px;
        right: 2rem;
        font-size: 1rem;
    }
}
