:root {
    --grid-maxwidth: 1160px;
}
h1{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 30px;
}
h2{
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #2B2B2B;
}
section, section.container{
    padding-top: 60px;
    padding-bottom: 60px;
}
button.main{
    font-family: 'Montserrat', sans-serif;
    display: block;
    padding: 14px 10px;
    background: var(--color-primary);
    box-shadow: 0 6px 10px rgba(62, 191, 31, 0.22);
    border-radius: 6px;
    text-align: center;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 100ms;
    max-width: 100%;
}
button.main:hover{
    background: var(--color-primary-hover);
}
.mobile-only{
    display: none;
}
.head_row > a {
    display: flex;
    align-items: center;
    height: auto;
}
header .head_row {
    padding: 10px 0;
}
header .language {
    background: #F2F2F2;
    border-radius: 50px;
    margin-right: 30px;
}
.language li{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 2px;
}
.language li a{
    color: #828282;
    font-size: 13px;
}
.language li.current-lang{
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}
.language li.current-lang a{
    color: var(--color-primary);
}


.home_hero{
    background: #F2F2F2;
    padding: 80px 0;
}
.home_hero .row{
    align-items: center;
    justify-content: space-between;
}
.home_hero .sub_head{
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    text-decoration: underline;
    color: #333333;
    background: transparent;
    border: none;
    padding: 0;
}
.home_hero .sub_head:after{
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/right-arrow.svg) no-repeat center center;
    line-height: 1;
    margin: 0 0 0 10px;
    transform: translateY(10px);
}
.home_hero.color {
    background-color: var(--background-color);
}
.home_hero.color .row {
    align-items: center;
}
.home_hero.color h1 {
    color: #ffffff;
}
.home_hero.color h1 span{
    color: #333333;
}
.home_hero.color .main img {
    display: block;
    margin: 0 0 0 auto;
}
.warning.message svg{
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.warning.message{
    border-radius: 10px;
    border: 1px solid #F2994A;
    background: #F7FDCC;
    color: #25282B;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    display: flex;
    padding: 16px 14px;
    gap: 10px;
    margin: 0 0 50px;
}

.home_hero.promo{
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 45px;
    background-color: var(--background-color);
}
.home_hero.promo .mobile_only{
    display: none;
}
.home_hero.promo .desktop_only{
    display: block;
}
.home_hero.promo .container{
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 560px auto;
    padding-bottom: 0;
    background-image: var(--promo-desktop);
}
.home_hero.promo h1 {
    margin: 0 0 10px;
    line-height: 1.2;
    color: #FFF;
    font-size: 44px;
}
.home_hero.promo h1 span.green{
    color: #FFF;
}
.home_hero .promo_text {
    max-width: 320px;
    color: #FFF;
    font-size: 13px;
    line-height: 130%;
    margin-top: 370px;
    margin-bottom: 30px;
    font-weight: 500;
}
.home_hero .promo_text p{
    margin-top: 0;
}
.home_hero .promo_text a{
    color: #FFF;
    display: inline;
    word-wrap: break-word;
}
.home_hero.promo .calculator {
    z-index: 1;
    padding-bottom: 45px;
}
.home_hero.promo .promo_image{
    display: none;
}

.cc_form {
    border-radius: 10px;
    box-shadow: 0 0 14px 0 rgba(102, 111, 116, 0.2);
    user-select: none;
}
.cc_form .top_line{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cc_form >.irs {
    margin: 0 0 55px;
}
.cc_form .irs--round .irs-min, .cc_form .irs--round .irs-max {
    top: 60px;
}
.cc_form > .irs--round .irs-bar {
    top: 34px;
    height: 6px;
}
.cc_form >.irs--round .irs-line {
    height: 6px;
    background-color: #E0E0E0;
}
.cc_form > .irs--round .irs-single {
    display: none;
}
.cc_form > .irs--round .irs-handle{
    cursor: grabbing;
    top: 13px;
    background: #fff url(../img/calc-caret.svg) no-repeat center center;
    width: 50px;
    height: 50px;
    border: none;
    padding: 0;
    border-radius: 50%;
    background-size: contain;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.cc_form .irs--round .irs-handle:hover {
    background-color: transparent;
}
.cc_form .irs--round .irs-min, .cc_form .irs--round .irs-max{
    background-color: transparent;
    font-weight: 400;
    font-size: 18px;
    color: #828282;
    padding: 0;
}
.cc_form .methods {
    display: flex;
    margin: 0 0 30px;
}
.cc_form .method{
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 1;
}
.cc_form .method:not(:last-child){
    margin-right: 20px;
}
.cc_form .custom_checkbox{
    display: none;
}
.cc_form .custom_checkbox + span.checkbox{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #4F4F4F;
    border-radius: 4px;
    margin-right: 6px;
    transition: background-color ease-in-out 100ms;
}
.cc_form .custom_checkbox:checked + span.checkbox{
    background: var(--color-primary) url("../img/calc-stroke.svg") no-repeat center center;
    background-size: auto;
    border: none;
}
.cc_form .you_get, .cc_form .probability{
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 1;
}
.cc_form .you_get{
    margin-bottom: 15px;
}
.cc_form .probability{
    margin-bottom: 30px;
}
.cc_form .you_get .calculated_credit_amount, .cc_form .probability .percent{
    color: var(--color-primary);
}
.home_hero .cc_form .cc_submit {
    background: #F67B09;
    box-shadow: 0 6px 10px 0 rgba(246, 123, 9, 0.20);
}
.home_hero .cc_form .cc_submit:hover{
    background: #FF9330;
    box-shadow: 0 6px 10px 0 rgba(130, 130, 130, 0.20);
}
.cc_form .cc_submit {
    padding: 15px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border-radius: 6px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    margin: 32px 0 46px;
}
.cc_form .bottomLine {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cc_form .bottomLine .right {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: center;
    color:  #828282;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}
.cc_form .bottomLine .right .actual{
    color: var(--color-primary, #3EBF1F);
}
.cc_form .bottomLine .right .crossedOut{
    text-decoration: line-through;
}
.cc_form .bottomLine .right .left{
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 500;
}
section.action{
    margin: 40px auto 0;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    color: #FFF;
    padding: 35px 0 0 69px;
}
section.action .action_holder{
    width: 620px;
}
section.action .image {
    width: 550px;
    margin-left: -100px;
    transform: translateY(-70px) translateX(50px);
    margin-bottom: -200px;
}
section.action .head {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 29px;
}
section.action .description {
    font-family: 'Neue_Machina';
    font-size: 30px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase;
    border-radius: 30px;
    border: 1px solid #FFF;
    padding: 22px 16px 30px;
    position: relative;
    margin-bottom: 50px;
}
section.action .description span{
    color: #FFE15A;
}
section.action a.button {
    font-family: 'Montserrat', sans-serif;
    border-radius: 10px;
    box-shadow: 0px 6px 10px 0px rgba(62, 191, 31, 0.22);
    background: var(--color-primary);
    display: inline-block;
    padding: 18px 44px;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    text-decoration: none;
    transition: background-color 300ms ease-in-out;
    position: absolute;
    bottom: -29px;
    white-space: nowrap;
    line-height: 1;
    text-transform: none;
    right: 0;
}
section.action a.button:hover {
    background: var(--color-primary-hover);
}
section.action .terms {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 30px;
}
section.action .terms a{
    color: #fff;
}

.loans .loans_row {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.loans .loans_row .loan{
    flex: 1 1 0;
    background: #FFFFFF;
    box-shadow: 0 0 14px rgba(102, 111, 116, 0.2);
    border-radius: 10px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 15px;
}
.loans .loans_row .loan:first-child{
    margin-left: 0;
}
.loans .loans_row .loan:last-child{
    margin-right: 0;
}
.loans .loan h3{
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    margin-top: 0;
    line-height: 1;
}
.loans .loan img{
    width: 140px;
    height: 140px;
    margin: 5px auto;
}
.loans .loan .sum{
    font-weight: 600;
    font-size: 35px;
    color: #333333;
}
.loans .loan .marked{
    font-weight: 600;
    font-size: 22px;
    color: #828282;
}
.loans .loan p{
    font-weight: 500;
    font-size: 16px;
    color: #828282;
}
.loans .loan.highlight{
    background: #46CB58;
    box-shadow: 0px 0px 14px 0px rgba(18, 204, 92, 0.30);
}
.loans .loan.highlight div, .loans .loan.highlight h3, .loans .loan.highlight p{
    color: #fff;
}
.loans .loan.highlight button{
    background: #ffffff;
    box-shadow: 0 0 14px rgba(18, 204, 92, 0.3);
    color: #333333;
}
.loans .loan.highlight button:hover{
    color: #828282;
}
.how_work{
    background: #F5F5F5;
}
.how_work .process_row {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.how_work .process_row .stage{
    flex: 1 1 0;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    margin: 0 15px;
    height: auto;
}
.how_work .process_row .stage:first-child{
    margin-left: 0;
}
.how_work .process_row .stage:last-child{
    margin-right: 0;
}
.how_work .stage h3{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 1.4;
    margin: 0 0 20px;
}
.how_work .stage h3 span{
    font-size: 52px;
    font-weight: 700;
    color: #3EBF1F;
    display: block;
}
.how_work .stage p{
    font-size: 14px;
    font-weight: 500;
    color: #4F4F4F;
    line-height: 1.3;
    margin: 0;
}
.how_work button{
    margin: 60px auto 0;
    font-size: 20px;
}

.first_free{
    padding: 64px 0;
    background: #4FC35B;
}
.first_free .row{
    flex-direction: row-reverse;
    justify-content: space-between;
}
.first_free .infoBlock{
    max-width: 493px;
}
.first_free h2 {
    font-size: 35px;
    line-height: 1.4;
    text-align: left;
    color: #fff;
    margin: 0 0 16px;
}
.first_free p {
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    color: #2C2C2C;
    font-weight: 500;
    margin: 0 0 30px;
}
.first_free button.outline {
    border-radius: 6px;
    background: #F67B09;
    box-shadow: 0 6px 10px 0 rgba(130, 130, 130, 0.20);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: background-color 100ms;
}
.first_free button.outline svg{
    width: 20px;
    height: 20px;
}
.first_free button.outline:hover {
    background: #FF9330;
    box-shadow: 0 6px 10px 0 rgba(130, 130, 130, 0.20);
}
.first_free .calculator button.submit{
    background: var(--color-primary);
    transition: background-color 100ms ease-in-out;
    box-shadow: 0px 6px 10px 0px rgba(130, 130, 130, 0.20);
}
.first_free .calculator button.submit:hover{
    background: var(--color-primary-hover);
}

section.questions {
    background-color: #F5F5F5;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.questions h2{
    color: var(--color-primary);
    margin: 0 0 48px;
}
.accordion {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 10px 0;
}
.accordion li{
    user-select: none;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0 0px 0px 0px rgb(52 60 68 / 10%);
    color: #000;
    padding: 0 30px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 300ms;
}
.accordion li:not(.active){
    cursor: pointer;
}
.accordion li h3{
    padding: 17px 32px 17px 0;
    margin: 0;
    position: relative;
    color: #333;
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 600;
    line-height: 130%;
}
.accordion li>h3:after{
    content: '';
    background: #fff url(../img/arrow-green.svg) no-repeat right center;
    background-size: 34px;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    top: calc(50% - 17px);
    transform: rotate(180deg);
    transition: rotate 300ms ease;
}
.accordion li.active>h3:after{
    transform: rotate(0deg);
}
.accordion li p{
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 0;
    transition: height 300ms, padding 300ms;
    color: #4F4F4F;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
}
.accordion li.active p{
    padding: 24px 0;
    height: auto;
}

.lenders .lenders_list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.lenders .lenders_list .lender{
    flex: 0 calc(25% - 30px);
    max-width: 25%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    margin: 0 15px 30px;
    height: auto;
    box-shadow: 0 0 14px rgba(102, 111, 116, 0.2);
}
.lenders .lenders_list .lender:first-child, .lenders .lenders_list .lender:nth-child(4n + 1){
    margin-left: 0;
    flex: 0 calc(25% - 15px);
}
.lenders .lenders_list .lender:last-child, .lenders .lenders_list .lender:nth-child(4n){
    margin-right: 0;
    flex: 0 calc(25% - 15px);
}
.lenders .lender p{
    font-size: 14px;
    line-height: 1.3;
    color: #828282;
}
.lenders .lender img{
    max-width: 100%;
    max-height: 50px;
    width: auto;
    display: block;
    margin: auto;
}
section.about {
    background-color: #f5f5f5;
    padding: 50px 0;
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
@media all and (min-width: 1160px){
    button.main{
        min-width: 310px;
    }
}

@media all and (max-width: 767px){
    .home_hero.color .main img {
        margin: 10px 0 0;
    }
    .home_hero.promo{
        background-image: none!important;
        padding-top: 40px;
    }
    .home_hero.promo .container{
        background-image: none!important;
    }
    .home_hero.promo .calculator {
        padding-bottom: 16px;
    }
    .home_hero.promo .main{
        padding-left: 0;
        padding-right: 0;
    }
    .home_hero.promo .main h1{
        padding-left: 10px;
        padding-right: 10px;
    }
    .home_hero.promo .promo_image{
        display: block;
        right: -10px;
        position: relative;
        width: 100%;
    }
    .home_hero.promo h1{
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 0;
    }
    .home_hero .promo_text {
        width: 100%;
        max-width: 100%;
        margin: 16px 0 0;
        text-align: center;
    }
    .home_hero.promo .mobile_only{
        display: block;
    }
    .home_hero.promo .desktop_only{
        display: none;
    }
    .cc_form .bottomLine {
        align-items: flex-start;
    }
    .cc_form .bottomLine .right {
        gap: 1px;
        flex-direction: column;
        text-align: right;
        align-items: end;
    }
    .warning.message {
        font-size: 14px;
        margin: 0 0 30px;
    }
}
@media (max-width: 1160px){
    .home_hero.color .main img {
        margin: 10px auto;
    }
    section, section.container {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .desktop_only{
        display: none!important;
    }
    section.action {
        text-align: center;
        max-width: var(--grid-maxwidth);
        margin: 20px auto 0;
        width: 96%;
        padding: 30px calc(var(--grid-gutter) / 2) 20px!important;
    }
    section.action .action_holder{
        width: 100%;
    }
    section.action .head {
        font-size: 22px;
        line-height: 117.5%;
        margin: 0 0 20px;
    }
    section.action .description {
        padding: 0;
        border: 0;
        margin-bottom: 0;
    }
    section.action .description .border {
        text-align: left;
        font-size: 16px;
        border-radius: 16px;
        border: 0.773px solid #FFF;
        padding: 18px;
        line-height: 130%;
    }
    section.action .image {
        width: 100%;
        transform: none;
        margin: -50px auto;
        position: relative;
        z-index: 0;
    }
    section.action a.button {
        position: relative;
        font-size: 16px;
        width: 100%;
        margin: 20px 0 0;
        z-index: 1;
        bottom: 0;
        padding: 18px 5px;
    }
    section.action .terms {
        margin: 0;
        position: relative;
        z-index: 1;
    }
    header .interface {
        flex-direction: row;
        justify-content: flex-end;
        width: auto;
        margin: 0;
    }
    header .language {
        display: flex;
        flex-direction: row;
        margin-top: 0;
    }
    header .logo {
        width: auto;
        height: auto;
    }
    .desktop-only{
        display: none;
    }
    .mobile-only{
        display: block;
    }
    .head_row > a {
        max-width: 140px;
    }
    .head_row .language a{
        margin-bottom: 0;
    }
    .home_hero {
        padding: 40px 0;
    }
    h1 {
        font-size: 30px;
        text-align: center;
        margin: 0 0 24px;
    }
    h2 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 32px;
    }
    .cc_form .top_line {
        font-size: 16px;
        margin-bottom: -10px;
    }
    .cc_form .irs--round .irs-min, .cc_form .irs--round .irs-max {
        font-size: 14px;
    }
    .cc_form .methods {
        flex-wrap: wrap;
    }
    .cc_form .methods .method{
        margin-bottom: 12px;
    }
    .cc_form .you_get, .cc_form .probability {
        font-size: 14px;
    }
    .cc_form .cc_submit {
        font-size: 18px;
    }
    .home_hero .sub_head {
        font-size: 14px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .home_hero .sub_head:after {
        width: 26px;
        height: 26px;
    }
    .home_hero.color {
        background-position: center calc(100% - 50px);
        background-size: 100%;
        padding: 30px 0;
    }
    .home_hero.color h1 {
        margin: 0 0 30px;
    }
    .home_hero.color h1 span {
        color: #333;
    }
    .home_hero.color .sub_head {
        margin-top: 220px;
    }
    .cc_form > .irs--round .irs-handle {
        top: 19px;
        width: 34px;
        height: 34px;
    }
    .cc_form > .irs--round .irs-bar {
        height: 4px;
    }
    .cc_form >.irs--round .irs-line {
        height: 4px;
    }
    .loans.container{
        padding-top: 60px;
    }
    .loans .loans_row {
        flex-direction: column;
    }
    .loans .loan, .loans .loan.highlight {
        margin: 0 0 16px!important;
    }
    .loans .loan .sum {
        font-size: 28px;
    }
    .loans .loan .marked {
        font-size: 20px;
    }
    .how_work {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .how_work  h2{
        margin-bottom: 30px;
    }
    .how_work .process_row {
        flex-direction: column;
    }
    .how_work .process_row .stage {
        margin: 0 0 10px!important;
        padding: 20px 10px;
    }
    .how_work button {
        margin: 20px auto 0;
        font-size: 18px;
        width: 100%;
    }
    .first_free {
        padding: 50px 0;
    }
    .first_free h2 {
        font-size: 22px;
        text-align: center;
    }
    .first_free h2 span {
        color: inherit;
    }
    .first_free p {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: center;
        color: #333333;
    }
    .first_free button.outline {
        margin: 0 auto 30px;
        width: 100%;
    }
    section.questions {
        padding: 30px 0;
    }
    section.questions h2 {
        margin: 0 0 30px;
    }
    .lenders .lenders_list {
        flex-direction: column;
    }
    .lenders .lenders_list .lender {
        flex: 0 1 100%!important;
        max-width: 100%!important;
        margin: 10px 0!important;
    }
    .accordion li h3 {
        text-transform: unset;
        padding: 10px 30px 10px 0;
        font-size: 14px;
    }
    .accordion li>h3:after {
        right: -5px;
    }
    .accordion li {
        padding: 0 10px;
    }
    .accordion li.active p {
        padding: 16px 0;
    }
    .accordion li p {
        font-size: 14px;
        font-weight: 400;
    }
    footer .logo {
        margin: 0;
        max-width: 160px;
        height: auto;
    }
    footer .footer_flex:not(.contacts) {
        flex-wrap: nowrap;
    }
}

@media all and (min-width: 768px) and (max-width: 1160px) {
    section.action .mobile_only{
        display: block;
    }
    .home_hero.promo .col-6{
        -ms-flex: 0 0 calc(40% - var(--grid-gutter)) !important;
        flex: 0 0 calc(40% - var(--grid-gutter)) !important;
        max-width: calc(40% - var(--grid-gutter)) !important;
    }
    .home_hero.promo .col-6.calculator{
        -ms-flex: 0 0 calc(60% - var(--grid-gutter)) !important;
        flex: 0 0 calc(60% - var(--grid-gutter)) !important;
        max-width: calc(60% - var(--grid-gutter)) !important;
    }
    .home_hero.promo .container {
        background-size: auto 300px;
        background-image: var(--promo-tablet);
    }
    .home_hero.promo h1 {
        font-size: 28px;
        text-align: left;
    }
    .home_hero .promo_text {
        margin-top: 200px;
        margin-bottom: 30px;
        max-width: 200px;
    }
    .loans .loans_row {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .loans .loans_row .loan {
        margin: 15px 15px!important;
    }
    .how_work .process_row {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .how_work .process_row .stage {
        margin: 10px 10px 10px!important;
    }
    .how_work .process_row .stage {
        flex: 25%;
    }
    .lenders .lenders_list {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .lenders .lenders_list .lender {
        flex: 1 1 calc(50% - 10px)!important;
        max-width: unset!important;
    }
    .section.latest_blog{
        padding: 40px 10px;
    }
}
@media all and (max-width: 290px){
    section.action a.button{
        font-size: 13px;
    }
    section.action .terms a {
        word-wrap: break-word;
    }
}