.versatile {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.versatile-list {
    width: 292.5px;
    height: 607px;
    box-shadow: 0px 10px 20px 0px #05102324;
    border-radius: 16px;
    background-color: white;
    padding: 22px 16px;
    text-align: left;
}
.versatile-list img {

}
.versatile-list h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #054A8F;
    margin: 16px 0;
}
.versatile-list p {
    margin: 0 0 16px 0;
}
.versatile-list ul {

}
.versatile-list ul li {
    line-height: 28px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 16px;
}
.versatile-list ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #536170;
}
.tp-door-list-card>li .tp-door-desc {
    letter-spacing: 0;
}
.versatile-title {
    margin-bottom: 44px;
}
.sub .bulkSms .tp-door-title.tp-type03 {
    background: none !important;
    padding-top: 0 !important;
}
.accolades {
    margin-top: 80px;
}
.accolades h2 {
    margin-bottom: 10px !important;
}
.accolades p {
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 36px !important;
    letter-spacing: -0.32px !important;
    max-width: 1060px !important;
    margin: 16px auto 0 auto !important;
    padding: 30px 50px !important;
    background-image: url('/images/doorway/quotes1.svg'), url('/images/doorway/quotes2.svg'), url('/images/doorway/accolades_back1.svg');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, center center;
}
@media screen and (max-width: 1050px) {
    .versatile {
        flex-direction: column;
    }
    .versatile-list {
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 720px) {
    .accolades h2 {
        font-size: 24px !important;
    }
    .accolades p {
        font-size: 18px !important;
        line-height: 32px !important;
        letter-spacing: -0.3px !important;
        background-size: 30px 20px, 30px 20px, 306px 210px !important;
        padding: 20px 16px !important;
    }
}