body {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    height: 100%;
    min-height: 100vh;
    font-size: 0.9rem;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

.banner {
    height: 400px;
    padding-top: 110px;
    position: relative;
    background-image: url("../images/testimonial-banner.jpg");
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
}

.banner h1 {
    font-family: Lato, sans-serif;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.2
}

.banner p {
    font-size: 24px;
    animation: fadeInDown 1s both 0.2s;
    margin-bottom: 5px;
}

.reviews {
    padding: 60px 0px;
    position: relative;
    font-family: 'Poppins-Regular';
    background: #f8f9fd;
}

.reviews h2 {
    font-size: 36px;
    text-transform: capitalize;
    font-family: 'Poppins-Bold';
    color: #111111;
    margin-bottom: 20px;
    text-align: center;
}

.reviews p {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
}

.reviews section {
    position: relative;
    padding: 20px 30px 10px 30px;
    background: #e9f8ee;
    margin-bottom: 40px;
}

.reviews section i {
    content: "\F6B0";
    position: absolute;
    top: -20px;
    left: 30px;
    font-size: 48px;
    line-height: 10px;
    font-family: "bootstrap-icons ";
    color: #095646;
    background: #fff;
    border-radius: 6px;
    padding: 0px 5px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.reviews section .author-left img {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #FFF;
    box-shadow: 0 2px 8px -1px #c0c0c0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.reviews section .author-left {
    float: left;
    margin-bottom: 20px;
}

.reviews section .author-info {
    display: block;
    float: right;
    margin: 18px 0px 10px 16px;
}

.reviews h4 {
    color: #111;
    font-size: 20px;
    font-family: 'Poppins-Medium';
    margin-bottom: 0px;
}

.reviews section .author-info p {
    color: #696969;
    font-size: 14px;
    margin-top: 0px;
}

.reviews section p {
    font-size: 16px;
    margin: 24px 0px;
    text-align: left;
    color: #000;
}

.reviews section a {
    color: #4a4b92;
    font-size: 16px;
    text-decoration: underline;
    margin: 24px 0px;
}

.reviews section a:hover {
    color: #696969;
}

@media only screen and (min-width:320px)and (max-width:479px) {
    .banner {
        height: 200px;
        background-size: cover;
        padding-top: 70px;
    }
    .banner h1 {
        font-size: 32px;
    }
    .reviews h2 {
        font-size: 22px;
    }
    .reviews p {
        font-size: 14px;
    }
}

@media only screen and (min-width:480px)and (max-width:767px) {
    .banner {
        padding-top: 20px;
        height: 200px;
        background-size: cover;
        padding-top: 70px;
    }
    .banner h1 {
        font-size: 35px
    }
    .reviews h2 {
        font-size: 22px;
    }
    .reviews p {
        font-size: 14px;
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .banner {
        padding-top: 70px;
        height: 200px;
    }
    .banner h1 {
        font-size: 35px
    }
    .reviews h2 {
        font-size: 22px;
    }
    .reviews p {
        font-size: 14px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1320px) {}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .banner {
        height: 400px;
    }
    .banner h1 {
        font-size: 50px;
    }
}

@media (min-width: 1080px) {
    .banner {
        height: 318px;
    }
    .banner h1 {
        font-size: 60px;
    }
}

@media (min-width:1920px) {
    .banner {
        height: 400px;
        padding-top: 150px;
    }
    .banner h1 {
        font-size: 60px;
    }
}