
body{
    font-family: "Geometria", sans-serif;
}

.offers_list{
    display: flex;
    flex-wrap: wrap;
}

.offers_title{
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #575757;
    margin-bottom: 40px;
    padding-top: 50px;
}

.benefits_title {
    font-family: gotham-bold, sans-serif;
    font-size: 28px;
    line-height: 30px;
    color: #5a5d62;
    margin-bottom: 15px;
    padding-top: 100px;
}
.benefits_subtitle {
    font-size: 18px;
    line-height: 120%;
    color: #a2a2a2;
    margin-bottom: 35px;
}
.benefits_wrap {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 75px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.benefits_item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 23%;
}
.benefits_icon {
    width: 80px;
    height: 80px;
}
.benefits_text {
    font-family: gotham-bold, sans-serif;
    font-size: 18px;
    line-height: 100%;
    color: #5a5d62;
}

@media (max-width: 1100px) {
    .benefits_item {
        width: 48%;
    }
}
@media (max-width: 655px) {
    .benefits_icon {
        width: 50px;
        height: 50px;
    }
    .benefits_text {
        font-size: 16px;
    }
    .benefits_item {
        width: 43%;
    }
}
@media (max-width: 375px) {
    .benefits_wrap {
        flex-direction: column;
    }
    .benefits_item {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .benefits_item:nth-child(1),
    .benefits_item:nth-child(4) {
        display: none;
    }
}
.new_design_offer{
    width: 33.33%;
    border-right: 2px solid #9CD153;
    padding: 15px 38px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.new_design_offer:nth-child(3n+1){
    border-left: 2px solid #9CD153;
}

.new_design_offer .logo_wrapper{
    text-align: center;
    margin: 0 auto 20px;
    max-width: 160px;
    height: 70px;
    display: flex;
    align-items: center;
}

.new_design_offer .logo_wrapper img{
    max-width: 100%;
    max-height: 100%;
}

.new_design_offer a.get_credit{
    background: #F2994A;
    border-radius: 50px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
}
.new_design_offer .credit_body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.new_design_offer .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 20px;
}
.new_design_offer .item:last-child{
    margin-bottom: 0;
}

.new_design_offer .blue_text{
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #2A658A;
    padding: 0 40px;
    margin: 20px 0;
    flex: 1 0 auto;
}

.new_design_offer .item .title{
    font-size: 14px;
    line-height: 120%;
    color: #575757;
}

.new_design_offer .item .value{
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    color: #575757;
}

@media (max-width: 1025px) {
    .credit_body .item {
        padding: 0;
    }
    .new_design_offer a.get_credit {
        font-size: 14px;
    }
}

@media (min-width: 580px) and (max-width: 769px){
    .new_design_offer .item .title{
        font-size: 12px;
    }
    .new_design_offer .item .value{
        font-size: 12px;
    }
    .new_design_offer .blue_text{
        font-size: 12px;
        padding: 0 10px;
    }
    .new_design_offer{
        padding-left: 18px;
        padding-right: 18px;
    }
    .new_design_offer .item{
        padding: 0 10px;
    }
    .new_design_offer a.get_credit{
        height: 40px;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 769px){
    .offers_title{
        font-weight: bold;
        font-size: 16px;
        line-height: 120%;
    }
    .new_design_offer{
        width: 50%;
        padding-left: 13px;
        padding-right: 13px;
    }
    .new_design_offer .blue_text,
    .new_design_offer .item{
        padding: 0;
    }
    .new_design_offer .blue_text{
        margin: 15px 0 20px 0;
    }
    .new_design_offer:nth-child(3n+1) {
        border-left: none;
    }
    .new_design_offer:nth-child(2n+1) {
        border-left: 2px solid #9CD153;
    }


    .new_design_offer .item .title{
        font-size: 10px;
    }
    .new_design_offer .item .value{
        font-size: 10px;
    }
    .new_design_offer .blue_text{
        font-size: 10px;
    }

    .new_design_offer a.get_credit{
        height: 30px;
        font-size: 11px;
        line-height: 10px;
    }

    .new_design_offer .logo_wrapper img {
        max-width: 88px;
    }

}
