section{
    display:flex;
    flex-direction: column;
    margin-top:65px;
}

section .item{
    display: flex;
}

section .item .title{
    font-family: EBGaramondBold;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #124945;
    width:300px;
}

section .item .body{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin-left:76px;
    margin-top:10px;
    margin-bottom:90px;
    width:800px;
}

section .item .body ul{
    margin:0;
    padding:0;
    list-style-image: url(../img/logo_marker.svg);
}

section .item .body ul li{
    margin:10px 0 10px 22px;
    padding:0 0 0 8px;
}

section .item .body ul li b{
    font-family: MontserratBold;
    white-space: nowrap;
}

section .item .body a{
    color:#333;
    text-decoration: none;
}

section .item .body .body_li{
    display:flex;
    margin:10px 0;
}

section .item .body .body_li img{
    margin-right:16px;
    margin-top:8px;
    width:15px;
}

section .item .body b{
    font-family: MontserratBold;
}

section .item .body .body_li_pay{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:40px;
}

section .item .body .body_li_pay img{
    height:40px;
    margin-top:10px;
}

@media (max-width: 1199px) {
    section .item{
        margin-top:20px;
    }

    section .item .title{
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 1080px) {
    section .item .body .body_li_pay img{
        height:30px;
    }
}

@media (max-width: 958px) {

}

@media (max-width: 768px) {
    section .item{
        flex-direction: column;
    }

    section .item .body{
        margin-left:inherit;
        width:inherit;
    }

    section .item .body .body_li_pay{
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    section .item .body .body_li_pay img{
        height:24px;
        margin-right:30px;
        margin-bottom:20px;
    }
}

@media (max-width: 576px) {

}

@media (max-width: 480px) {

}

@media (max-width: 379px) {

}
