@media (min-width: 1200px) {
    .first-banner {
        position: relative;
        width: 100%;
        height: 700px;
    }
    .first-banner .img-right {
        position: absolute;
        /* width: 100%; */
        height: 100%;
        top: 0px;
        right: 0px;
        z-index: 10;
    }
    .first-banner .img-right img {
        height: 100%;
    }
    .first-banner .text {
        width: 50%;
        padding-top: 10%;
    }
    .first-banner h1 {
        font-size: 50px;
        font-weight: 900;
        color: #18abd8;
    }
    .first-banner .text h6 {
        font-size: 30px;
        color: #000000;
    }
    .first-banner .text a {
        background-color: #18abd8;
        border-radius: 15px;
        width: 200px;
        height: 55px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 20px;
        margin-top: 50px;
    }
    .first-banner .banner-bottom {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0px;
        width: 100%;
        height: 160px;
        background-color: #18abd8;
        z-index: 1;
    }
}

@media (max-width: 1200px) {
    .first-banner {
        position: relative;
        width: 100%;
        height: 600px;
    }
    .first-banner .img-right {
        position: absolute;
        /* width: 100%; */
        height: 100%;
        top: 0px;
        right: 0px;
        z-index: 10;
    }
    .first-banner .img-right img {
        height: 100%;
    }
    .first-banner .text {
        width: 50%;
        padding-top: 10%;
    }
    .first-banner h1 {
        font-size: 40px;
        font-weight: 900;
        color: #18abd8;
    }
    .first-banner .text h6 {
        font-size: 30px;
        color: #000000;
    }
    .first-banner .text a {
        background-color: #18abd8;
        border-radius: 15px;
        width: 200px;
        height: 55px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 20px;
        margin-top: 20px;
    }
    .first-banner .banner-bottom {
        content: '';
        position: absolute;
        bottom: -6px;
        left: 0px;
        width: 100%;
        height: 140px;
        background-color: #18abd8;
        z-index: 1;
    }
}

@media (max-width: 992px) {
    .first-banner {
        position: relative;
        width: 100%;
        height: 300px;
        margin-top: 60px;
    }
    .first-banner .img-right {
        position: absolute;
        /* width: 100%; */
        width: 90%;
        top: 80px;
        right: 0px;
        z-index: 10;
        height: auto;
    }
    .first-banner .img-right img {
        width: 100%;
        height: auto;
    }
    .first-banner .text {
        width: 70%;
        padding-top: 12%;
    }
    .first-banner h1 {
        font-size: 20px;
        font-weight: 900;
        color: #18abd8;
    }
    .first-banner .text h6 {
        font-size: 18px;
        color: #000000;
    }
    .first-banner .text a {
        background-color: #18abd8;
        border-radius: 15px;
        width: 150px;
        height: 45px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 18px;
        margin-top: 20px;
    }
    .first-banner .banner-bottom {
        content: '';
        position: absolute;
        bottom: -6px;
        left: 0px;
        width: 100%;
        height: 140px;
        background-color: #1192b9;
        z-index: 1;
        display: none;
    }
}


/* services */

@media (min-width: 992px) {
    .services .text {
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }
    .services .text h2 {
        /* background: -webkit-linear-gradient(180deg, #964df6 40%, #1d4eff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
        color: rgb(56, 56, 56);
        font-size: 40px;
    }
    .services .text h6 {
        /* color: white; */
        color: rgb(121, 121, 121);
        font-size: 22px;
        margin-top: 15px;
        margin-bottom: 50px;
    }
    .services .text i {
        background: -webkit-linear-gradient(180deg, #1192b9 0%, #00d6e4 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 30px;
        margin-top: -20px;
    }
    .services .text i:first-child {
        margin-right: 50px;
    }
    .services .text i:last-child {
        margin-left: 50px;
    }
    .services-item {
        margin: 0px !important;
    }
    .services-item .item {
        width: 200px;
        height: 230px;
        text-align: center;
        background-color: #1192b9;
        border-radius: 40px;
        padding: 40px 10px 20px 10px;
        border-top-left-radius: 80px;
    }
    .services-item .item img {
        width: 80px;
    }
    .services-item .item h6 {
        color: white;
        font-size: 20px;
        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    .services .text {
        margin-top: 30%;
    }
    .services .text {
        width: 100%;
        text-align: center;
    }
    .services .text h2 {
        /* background: -webkit-linear-gradient(180deg, #964df6 40%, #1d4eff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
        color: rgb(56, 56, 56);
        font-size: 25px;
    }
    .services .text h6 {
        /* color: white; */
        color: rgb(121, 121, 121);
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 50px;
    }
    .services .text i {
        background: -webkit-linear-gradient(180deg, #1192b9 0%, #00d6e4 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 30px;
        margin-top: -20px;
    }
    .services .text i:first-child {
        margin-right: 50px;
    }
    .services .text i:last-child {
        margin-left: 50px;
    }
    .services-item {
        margin: 0px;
    }
    .services-item .item {
        width: 120px;
        height: 150px;
        text-align: center;
        background-color: #1192b9;
        border-radius: 20px;
        padding: 40px 10px 20px 10px;
        border-top-left-radius: 40px;
        margin-left: 15px;
        margin-top: 20px;
    }
    .services-item .item img {
        width: 40px;
    }
    .services-item .item h6 {
        color: white;
        font-size: 16px;
        margin-top: 15px;
    }
}