.banner{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.inside-banner {
    margin: 3% 0;
}

.inside-banner h1 {
    margin-block-end: 0.67em;
}

.about {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    padding: 5% 0;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
    height: auto;
    border-radius: 25px;
    -webkit-box-shadow: 5px 10px 16px 0px rgba(64,142,198,0.75);
            box-shadow: 5px 10px 16px 0px rgba(64,142,198,0.75);
}

.about-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 45%;
    position: relative;
    text-align: center;
    padding: 0 20px;
}

.about-desc p {
    margin: 10px 0;
}

.about-desc a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.services h2 {
    text-align: center;
    font-size: 3em;
    text-transform: uppercase;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 3%;
    width: 70%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 400px;
}

.service-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30%;
    margin: 0 auto;
    border-radius: 8px;
    height: 100%;
    padding: 4%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-shadow: 10px 10px 70px 20px rgba(202,220,252,0.75);
            box-shadow: 10px 10px 70px 20px rgba(202,220,252,0.75);
}

.icon {
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    height: auto;
}

.info {
    width: 100%;
    margin: 5% 0;
    background-image: url("../../images/middle\ banner.png");
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5% 0;
}

.info-container {
    width: 60%;
    margin: auto;
}

.description h2 {
    font-size: 2em;
    text-align: center;
}

.sub-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
    margin: auto;
}

.list {
    background-color: white;
    width: 40%;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 10px rgba(64,142,198,0.75), 0 0 20px rgba(0,36,107,0.75);
            box-shadow: inset 0 0 10px rgba(64,142,198,0.75), 0 0 20px rgba(0,36,107,0.75);
    padding: 3% 5%;
}

.list h3 {
    text-transform: uppercase;
    font-size: 2em;
    margin: 0;
    text-align: center;
}

.list ul {
    display: inline-block;
    list-style: none;
    padding-left: 10px;
}

.list li {
    position: relative;
    padding: 2% 0;
}

.list li::marker {
    content: "\2714\0020\0020";
}

.request {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60%;
    margin: 4%;
}

.request a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.request h3 {
    font-size: 1.5em;
    text-align: center;
}

#reviews h3 {
    text-align: center;
    font-size: 3em;
    text-transform: uppercase;
}

#reviews .row {
    height: 600px;
}

.review-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30%;
    margin: auto;
    border-radius: 8px;
    height: 100%;
    padding: 4%;
    -webkit-box-shadow: 10px 10px 70px 20px rgba(202,220,252,0.75);
            box-shadow: 10px 10px 70px 20px rgba(202,220,252,0.75);
}

@media only screen and (max-width: 1100px) {
    .row {
        width: 90%;
    }

    .about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 80%;
    }

    .about img {
        width: 70%;
    }

    .about-desc {
        width: 80%;
        margin-top: 2%;
    }

    .list {
        width: 50%;
    }

    .request {
        width: 50%;
    }
}


@media only screen and (max-width: 850px) {
    .about {
        width: 90%;
    }

    .about-desc {
        width: 100%;
        padding: 1%;
    }

    #reviews .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
    }

    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
    }

    .service-card, .review-card {
        width: 90%;
        min-height: 200px;
        margin: 2%;
    }

    .icon {
        width: 15%;
    }

    .info {
        text-align: center;
        margin: auto;
        background-image: url("../../images/mobile\ middle\ banner.png");
    }

    .info-container {
        width: 80%;
    }

    .sub-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 10% auto;
    }

    .list {
        width: 85%;
        line-height: 1.5em;
        text-align: left;
    }

    .list h3 {
        text-align: center;
        padding: 0%;
    }

    .list ul {
        padding-left: 25px;
    }

    .request {
        width: 80%;
    }
}

@media only screen and (max-width: 450px) {
    .services h2 {
        font-size: 2.5em;
    }
}