.container-1 .rounded-container {
    border-radius: 15px;
    padding: 30px;
    width: 210px;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
}

.container-1 .rounded-container img {
    width: 90px;
    height: 90px;
    margin-bottom: 30px;
}

.container-1 .rounded-container.i1 {
    background: #33c1f6;
    color: white;
}

.container-1 .rounded-container.i2 {
    background: #083d55;
    color: #33c1f6;
}

.container-1 .rounded-container.i3 {
    background: #d1d1d1;
    color: #083d55;
}

.container-1 {
    margin-top: 40px;
}

.container-1 .first-column {
    position: relative;
    top: -140px;
    right: -79px;
}

.container-1 h1 {
    margin-bottom: 70px;
    margin-top: 50px;
}

.container-1 .text {
    margin-bottom: 70px;
    color: rgb(133, 133, 133);
    max-width: 485px;
}

.page-spacer {
    width: 100%;
    height: 20px;
    background: #33c1f6;
    margin-top: 140px;
}

.container-2 {
    background: #254664;
    border-bottom-right-radius: 190px;
    padding: 80px 0px;
}

.container-2 h1 {
    margin-left: 27px;
}

.container-2 h1.white {
    margin-bottom: 0px;
}

.container-2 h1.lightblue {
    margin-bottom: 50px;
}

.container-2 .rounded-container {
    border-radius: 15px;
    background: #294f71;
    color: white;
    padding: 29px;
}

.container-2 .rounded-container.flip-card-back {
    background: #33c1f6;
}

.container-2 .rounded-container .primary-text {
    font-weight: bold;
}

.container-2 .rounded-container .secoundary-text {
    font-size: 14px;
}

.container-2 .rounded-container img {
    margin-bottom: 10px;
    width: 55px;
    height: 55px;
}

.container-2 .rounded-container img.icon {
    object-fit: contain;
}

.container-2 .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 190px);
    justify-content: center;
    grid-auto-rows: auto;
    grid-gap: 20px;
}

.main-content .spacer-0 {
    height: 75px;
}

.main-content .spacer-1 {
    height: 55px;
}

.splide__track {
    padding: 20px 0px;
}

.splide__slide {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    background: white;
    padding: 0px;
}

.splide__slide img.introduction {
    width: 100%;
    margin-bottom: 15px;
    height: 180px;
}

.splide__slide img.logo {
    width: 35%;
    margin-left: 32.5%;
    height: 95px;
    object-fit: contain;
    margin-bottom: 15px;
}

.splide__slide .text {
    margin: auto;
    color: rgb(133, 133, 133);
    font-size: 16px;
    padding: 0px 4%;
}

.splide__slide .title {
    position: absolute;
    width: 80%;
    background: white;
    margin-left: 10%;
    top: 145px;
    padding: 6px;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
    text-align: center;
    font-weight: bold;
    color: rgb(65, 65, 65);
    font-size: 16px;
}

.splide-bottom img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.splide-bottom .splide__slide {
    border-radius: 0px;
    box-shadow: none;
    background: transparent;
}

.container-3 {
    background: linear-gradient(to bottom, #eaeaea, #FFFFFF);
    padding: 0px 120px;
}

.container-3 .big-logo {
    height: 60px;
    position: relative;
    top: -30px;
}

.main-content .spacer-2 {
    height: 150px;
}

.container-3 .text {
    color: rgb(109, 109, 109);
}

.container-3 .line {
    height: 3px;
    background: #33c1f6;
    width: 100%;
    margin: 35px 0px;
}

.container-4 .splide {
    width: 1399px;
    max-width: 100%;
}

.container-4 h1 {
    margin-top: 125px;
    margin-bottom: 50px;
}

.main-content .hero-image-container {
    position: relative;
}

.main-content .hero-image-container .text {
    position: absolute;
    color: white;
    font-weight: 700;
    top: 50px;
    left: 53%;
}

.main-content .hero-image-container .text .first {
    font-size: 34px;
    position: relative;
    bottom: -10px;
}

.main-content .hero-image-container .text .secound {
    font-size: 25px;
}

.main-content .hero-image-container .text .third {
    font-size: 40px;
    position: relative;
    top: -13px;
}

.main-content .hero-image-container .line {
    width: 30px;
    height: 1px;
    background: #33c1f6;
}

.container-1 .spacer {
    height: 40px;
}

/*flip card start*/
.flip-card {
    background-color: transparent;
    width: 190px;
    height: 190px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-back {
    transform: rotateY(180deg);
}

/*flip card end*/

@media (max-width:1399px) {
    .container-2 h1 {
        margin-left: 43px;
    }

    .container-1 .first-column {
        right: -31px;
    }

    .container-2 .grid {
        margin: 0 44px;
    }
}

@media (max-width:1199px) {
    .container-1 .rounded-container img {
        width: 75px;
        height: 75px;
    }

    .container-1 .rounded-container {
        padding: 27px;
        width: 192px;
        font-size: 15px;
    }

    .container-2 h1 {
        margin-left: 56px;
    }

    .container-1 h1 {
        margin-top: -2px;
    }

    .container-1 .first-column {
        right: -8px;
    }

    .container-2 .grid {
        margin: 0px;
    }
}

@media (max-width:991px) {
    .container-1 .rounded-container {
        padding: 15px;
        width: 150px;
        font-size: 13px;
    }

    .container-1 .rounded-container img {
        margin-bottom: 18px;
    }

    .container-2 .rounded-container {
        padding: 25px;
    }

    .container-2 .grid {
        grid-template-columns: repeat(auto-fit, 197px);
    }

    .container-2 h1 {
        margin-left: 31px;
    }

    .container-1 h1 {
        margin-bottom: 20px;
    }

    .container-1 .text {
        margin-bottom: 25px;
    }

    .container-1 .first-column {
        right: 11px;
    }

    .main-content .hero-image-container .text {
        top: 17px;
    }
}

@media (max-width:767px) {
    .container-1 .secound-column {
        position: relative;
        top: -76px;
    }

    .container-1 .text {
        font-size: 13px;
        margin-bottom: 60px;
    }

    .container-2 {
        border-bottom-right-radius: 80px;
        padding-bottom: 45px;
        padding-top: 22px;
    }

    .container-2 h1 {
        margin-left: 11px;
    }

    .container-2 .rounded-container img {
        width: 50px;
        height: 50px;
    }

    .container-2 .rounded-container {
        padding: 18px;
    }

    .container-2 .grid {
        grid-template-columns: repeat(auto-fit, 158px);
    }

    .flip-card {
        width: 158px;
        height: 158px;
    }

    .container-2 .rounded-container .primary-text {
        font-size: 13px;
    }

    .container-2 .rounded-container .secoundary-text {
        font-size: 11px;
    }

    .container-3 {
        padding: 0px 15px;
    }

    .container-3 .big-logo {
        height: 40px;
        top: -20px;
    }

    .page-spacer {
        margin-top: 0px;
    }

    .container-1 h1 {
        margin-top: 37px;
        margin-bottom: 45px;
    }

    .container-1 .first-column {
        right: 0px;
        top: -97px;
    }

    .container-1 .rounded-container img {
        width: 46px;
        height: 46px;
        margin-bottom: 8px;
    }

    .main-content .hero-image-container .text .first {
        font-size: 25.5px;
    }

    .main-content .hero-image-container .text .secound {
        font-size: 18.75px;
    }

    .main-content .hero-image-container .text .third {
        font-size: 30px;
    }

    .container-1 .spacer {
        height: 20px;
    }

    .main-content .spacer-0 {
        height: 37px;
    }

    .main-content .spacer-1 {
        height: 8px;
    }
}

@media (max-width:575px) {
    .container-1 .rounded-container img {
        width: 40px;
        height: 40px;
        margin-bottom: 6px;
    }

    .container-1 .rounded-container {
        padding: 10px;
        width: 100px;
        font-size: 12px;
    }

    .container-1 .first-column {
        top: -84px;
    }

    .container-1 .secound-column {
        top: -64px;
    }

    .container-1 h1 {
        margin-top: 5px;
        margin-bottom: 30px;
    }

    .main-content .hero-image-container .text .first {
        font-size: 17px;
        bottom: -7px;
    }

    .main-content .hero-image-container .text .secound {
        font-size: 12.5px;
    }

    .main-content .hero-image-container .text .third {
        font-size: 20px;
        top: -9px;
    }

    .main-content .hero-image-container .text {
        top: 6px;
    }

    .container-1 .text {
        margin-bottom: 45px;
    }

    .main-content .spacer-2 {
        height: 92px;
    }

    .container-4 h1 {
        margin-top: 61px;
        margin-bottom: 8px;
    }

    .container-2 h1.lightblue {
        margin-bottom: 28px;
    }
}

@media (max-width:450px) {
    .splide__slide .title {
        top: 101px;
    }

    .splide__slide img.introduction {
        height: 136px;
    }
}

@media (max-width:399px) {
    .main-content .hero-image-container .text .first {
        font-size: 13.6px;
        bottom: -5px;
    }

    .main-content .hero-image-container .text .secound {
        font-size: 10px;
    }

    .main-content .hero-image-container .text .third {
        font-size: 16px;
        top: -6px;
    }

    .main-content .hero-image-container .text {
        left: 50%;
    }
}