.how_agencies_use_dynamic_dreamz_section .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px -10px;
    justify-content: center;
}

.how_agencies_use_dynamic_dreamz_section .wrapper .col {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.how_agencies_use_dynamic_dreamz_section .wrapper .col .item {
    height: 100%;
    border-radius: 20px;
    border: 1px solid rgba(23, 30, 22, 0.10);
    background: #FFF;
    padding: 30px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.how_agencies_use_dynamic_dreamz_section .wrapper .col .item span {
    color: #AD5151;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.how_agencies_use_dynamic_dreamz_section .wrapper .col .item h3 {
    color: #282828;
    font-size: 22px;
    line-height: 135%;
    margin-bottom: 10px;
}

.how_agencies_use_dynamic_dreamz_section .wrapper .col .item .cta-link {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.how_agencies_use_dynamic_dreamz_section .wrapper .col .item .cta-link span {
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-radius: 10px;
    border: 1px solid #D0D0CE;
    background: #FAFAF7;
    text-align: center;
    display: inline-block;
    padding: 6px 8px;
    text-transform: none;
    margin-bottom: 25px;
}

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

    .how_agencies_use_dynamic_dreamz_section .wrapper .col .item span {
        font-size: 12px;
    }

    .how_agencies_use_dynamic_dreamz_section .wrapper .col .item h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .how_agencies_use_dynamic_dreamz_section .wrapper .col .item .cta-link span {
        font-size: 12px;
        line-height: normal;
    }

    .how_agencies_use_dynamic_dreamz_section .wrapper .col .item {
        padding: 30px 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .how_agencies_use_dynamic_dreamz_section .wrapper .col .item span {
        font-size: 10px;
        line-height: 16px;
        min-height: 32px;
    }

    .how_agencies_use_dynamic_dreamz_section .wrapper .col .item h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .how_agencies_use_dynamic_dreamz_section .wrapper .col .item .cta-link span {
        font-size: 10px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .how_agencies_use_dynamic_dreamz_section .wrapper .col {
        width: 50%;
    }

    .how_agencies_use_dynamic_dreamz_section .wrapper .col .item span {
        min-height: unset;
        margin-bottom: 10px;
    }

    .how_agencies_use_dynamic_dreamz_section .wrapper .col .item .cta-link {
        margin-top: 15px;
        padding-top: 15px;
    }

    .how_agencies_use_dynamic_dreamz_section .wrapper .col .item .cta-link span {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .how_agencies_use_dynamic_dreamz_section .wrapper .col {
        width: 100%;
    }
}