.adaptol-tools-preview .top {
    background: linear-gradient(77.42deg, #FFBF9B -12.12%, #222F4F 99.33%);
    color: white;
}

.adaptol-tools-preview .content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
}

.adaptol-tools-preview .top img {
    line-height: 0;
    display: block;
}

.adaptol-tools-preview .top .left {
    padding: 50px 0 100px;
}

.adaptol-tools-preview .top .right {
    background-image: url("bg-image.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    width: 50%;
    flex-shrink: 0;
}

.adaptol-tools-preview .bottom .cards {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: -50px;
    margin-bottom: 30px;
}

.adaptol-tools-preview .bottom .card {
    background: linear-gradient(269.72deg, rgba(255, 255, 255, 0.73) 0.19%, #FFF1DC 97.72%);
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(6px);
    border-radius: 50px;
    padding: 20px 40px;
    position: relative;
}

.adaptol-tools-preview .bottom .card:hover {
    box-shadow: 0px 0px 26.4463px rgba(64, 74, 95, 0.24);
}

.adaptol-tools-preview .bottom .card .title {
    font-size: 1.8em;
    line-height: 1.2;
}

.adaptol-tools-preview .bottom .card-bottom {
    margin-top: 20px;
    border-top: 1px solid #9CA2B4;
    font-size: 1.3em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 25px 0 10px;
    position: relative;
    padding-right: 55px;
}

.adaptol-tools-preview .bottom .card-bottom::after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: -18px;
    top: 50%;
    margin-top: -35px;
}

.adaptol-tools-preview .bottom .card-gtr-7 .card-bottom {
    color: #FF6D22;
}

.adaptol-tools-preview .bottom .card-gtr-7 .card-bottom::after {
    background-image: url("icon-1.svg");
}

.adaptol-tools-preview .bottom .card-ham-d .card-bottom {
    color: #62719D;
}

.adaptol-tools-preview .bottom .card-ham-d .card-bottom::after {
    background-image: url("icon-2.svg");
}

.adaptol-tools-preview .bottom {
    padding-bottom: 50px;
}

.adaptol-tools-preview .top h1 {
    font-weight: 600;
    font-size: 2.5em;
    text-transform: uppercase;
}

.adaptol-tools-preview .top h1 span {
    text-transform: none;
}

.adaptol-tools-preview {
    background: linear-gradient(96.76deg, #FEF5DC 1.18%, #FDD3AB 98.48%);
}

@media only screen and (max-width: 767px) {
    .adaptol-tools-preview .content {
        flex-direction: column;
    }

    .adaptol-tools-preview .top .right {
        width: 100%;
        height: 320px;
        margin-top: -90px;
    }
}

@media only screen and (max-width: 575px) {

    .adaptol-tools-preview .top h1 {
        font-size: 2em;
    }

    .adaptol-tools-preview .bottom .cards {
        flex-direction: column;
    }

    .adaptol-tools-preview .top .right {
        height: auto;
        padding-bottom: 72%;
    }

    .adaptol-tools-preview .top .left {
        padding: 10px 0 100px;
    }

    .adaptol-tools-preview .bottom .card {
        padding: 20px ;
    }
}
