/* @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap'); */

.facilities-cnt {
    padding: 40px;

    p {
        font-size: 10px;
    }
    .image {
        width: 100%;
        max-width: 600px;
        height: auto;
    }
}
.courses-sec {
    .sub-txt {
        font-size: x-large;
    }
    .image {
        border-radius: 8px;
        width: 100%;
        max-width: 400px;
        height: 300px;
    }
}
.testomonial-cnt{
    .image{
        border-radius: 45%;
        width: 100%;
        max-width: 30px;
        height: auto;
    }
}

