.awards-mid-container {
    max-width: 1100px;
}

.awards-accolades-box {
    width: 30%;
    height: 385px;
    padding: 30px;
    box-shadow: none;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #efefef;
    border-image-source: none;
    border-image-slice: none;
    border-radius: 10px;
    position: relative;
    margin-bottom: 80px;
}

.awards-accolades-box::after {
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    width: 100%;
    height: 80px;
    border-radius: 10px;
    background-image: linear-gradient(to top, rgba(8, 8, 8, 0), rgba(0, 0, 0, 0), rgba(170, 170, 170, 0.1));
}

.awards-accolades-box::before {
    position: absolute;
    content: "";
    left: 30px;
    bottom: 25px;
    width: 60px;
    height: 1px;
    background-image: linear-gradient(93deg, #03b8ff, #354087);
}

.awards-accolades-row {
    flex-wrap: wrap;
}

.awards-accolades-head {
    font-family: 'AvenirLTStd-Medium';
    width: 100%;
    height: auto;
    background-image: linear-gradient(to top, #03b8ff, #354087);
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.awards-accolades-img {
    min-height: 90px;
    height: auto;
    align-items: self-start;
    justify-content: left;
}

.awards-accolades-img img {
    width: 52%;
    max-width: 100%;
}

.awards-accolades-img img.awardimg1 {
    width: 140px;
}

.awards-accolades-img img.awardimg2 {
    width: 142px;
}

.awards-accolades-img img.awardimg3 {
    width: 150px;
}

.awards-accolades-img img.awardimg4 {
    width: 90px;
    margin-bottom: 20px;
}

.awards-accolades-img img.awardimg5 {
    width: 140px;
}

.awards-accolades-text {
    font-family: 'AvenirLTStd-Roman';
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    color: #202859;
    padding-bottom: 10px;
}

.awards-accolades-text span {
    font-family: 'AvenirLTStd-Light';
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #202859;
    display: block;
    padding-top: 12px;
}

.awards-accolades-box.last {
    border: none;
    padding: 0;
}

.mid-container p.award-text {
    margin: 0;
}

.awards-accolades-box.last::after,
.awards-accolades-box.last::before {
    display: none;
}

.awards-mid-container .insta-title {
    text-align: center;
    margin-bottom: 40px;
}

.ratings-review-parent .insta-title {
    margin-bottom: 40px;
}

@media screen and (max-width: 1270px) {
    .awards-mid-container {
        width: 90%;
    }
    .awards-accolades-box {
        width: 31%;
        padding: 30px 20px;
    }
    .awards-accolades-box::before {
        left: 20px;
    }
}

@media screen and (max-width: 960px) {
    .awards-mid-container {
        width: 94%;
    }
    .awards-accolades-box {
        padding: 30px 15px 30px 20px;
        height: 360px;
    }
    .awards-accolades-head {
        font-size: 20px;
    }
    .awards-accolades-text {
        font-size: 20px;
        line-height: 26px;
    }
    .awards-accolades-text span {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 800px) {
    .awards-accolades-box {
        width: 48%;
        margin-bottom: 50px;
        height: 350px;
    }
}

@media screen and (max-width: 667px) {
    .awards-accolades-head {
        text-align: left;
    }
    .ratings-review-parent .insta-title {
        text-align: center;
    }
}

@media screen and (max-width: 540px) {
    .awards-accolades-box {
        width: 100%;
        margin: 0 auto 40px;
        height: auto;
    }
    .awards-accolades-box.last {
        margin: 0 auto;
    }
}