/* .image-container{
    background-image: url('../images/About.png');
} */

.about-image-container {
    background: linear-gradient(to bottom right, #131A5B, #93D9F5);
    border-top-right-radius: 55px;
    border-bottom-left-radius: 55px;
    width: 400px;
    height: 400px;
}

.service-about-section {
    background: #f9fcff;
    padding-bottom: 70px;
}

.about-content {
    height: 300px;
    width: 1000px;
}

.about-heading {
    font-family: 'Gotham', sans-serif;
    font-size: 40px;
}

.about-subheading {
    color: #131A5B;
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    margin-top: 20px;
}

.about-info-list {
    margin-top: 40px;
}

.about-img {
    height: 400px;
    width: 650px;
}

.about-info-list {
    list-style: none;

}

.about-info-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: 'Gotham', sans-serif;
}

.wrapper {
    max-width: 1376px;
    margin-inline: auto;
}

.service-about-section .wrapper {
    display: flex;
    flex-direction: row;
    gap: 110px;
}

@media screen and (max-width: 1024px) {
    .wrapper {
        max-width: 936px;
    }
}

@media screen and (max-width: 900px) {
    .wrapper {
        max-width: 696px;
    }

    .service-about-section .wrapper {
        display: flex;
        flex-direction: column;
        gap: 55px;
        align-items: center;
    }

    .about-heading {
        text-align: center;
    }

    .about-subheading {
        text-align: center;
    }

    .about-content {
        width: 100%;
    }

    .about-img {
        height: 400px;
        width: 100%;
    }

    .about-image-container {
        background: linear-gradient(to bottom right, #131A5B, #93D9F5);
        border-top-right-radius: 70px;
        border-bottom-left-radius: 70px;
        width: 100%;
        height: 400px;
    }

    .card-group .card {
        height: 460px;
    }

}



@media screen and (max-width: 425px) {
    .wrapper {
        max-width: 401px;
    }

    .service-about-section .wrapper {
        flex-direction: column;
        gap: 45px
    }

    .about-image-container {
        border-top-right-radius: 35px;
        border-bottom-left-radius: 35px;
        height: 371px;
        width: 100%;
    }

    .about-img {
        height: 370px;
        width: 320px;
    }

    .about-heading {
        text-align: center;
    }

    .about-subheading {
        text-align: center;
    }

    .about-content {
        width: 100%;
    }

    .service-about-section {
        height: 1000px;
    }

}

@media screen and (max-width: 375px) {
    .about-image-container {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
}

/* fontfamily */
h1, h2, h3, h4, h5, h6, p ,a {
    font-family: 'Gotham', sans-serif;
}
