.customs-info {
    background: #FFF1E4;
    box-shadow: 0px 4px 25px 5px rgb(0 0 0 / 7%);
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    /*max-width: 600px;*/
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    padding: 28px 17px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
    letter-spacing: 0.01em;
}

@media (max-width: 767px) {
    .customs-info {
        padding: 5px 5px;
        margin-top: 5px;
        margin-bottom: 0px;
    }
}