header {
    padding-bottom: 50px;
}

section {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.info-block {
    display: flex;
    flex-direction: column;
    max-width: 660px;
}

.info__headline {
    color: #FFF;
    font-family: 'OpenSans';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.info__text {
    color: #FFF;
    font-family: 'OpenSans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.7;
    margin: 0;
    padding: 0;
    margin-bottom: auto;
}

.info__img {
    width: 438px;
    height: 310px;
    object-fit: cover;
}

.info__btn {
    display: flex;
    padding: 0;
    width: 327px;
    justify-content: center;
    align-items: center;
    background: #7A66CC;
    border: 0;
    cursor: pointer;
}

.info__btn a {
    color: #FFF;
    font-family: 'OpenSans';
    padding: 15px 75px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: 0;
}

.info__btn:hover {
    background: #9B8DD2;

}

.content-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.content-block__headline {
    width: 100%;
    color: #FFF;
    font-family: 'OpenSans';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.content-block-cards {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    row-gap: 100px;
}

.content-block__down .content-block-cards {
    flex-wrap: wrap;
}

.content-block-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.content-block-card__headline {
    color: #FFF;
    text-align: center;
    font-family: 'OpenSans';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.content-block-card__img {
    width: 438px;
    max-height: 290px;
    object-fit: cover;
    height: 100%;
}
.content__btn{
    display: flex;
    align-items: center;
}
.main-info__btn {
    display: flex;
    padding: 0;
    width: 325px;
    justify-content: center;
    align-items: center;
    background: #7A66CC;
    border: 0;
    cursor: pointer;
}
.main-info__btn:hover {
    background: #9B8DD2;
}

.main-info__btn a {
    color: #FFF;
    font-family: 'OpenSans';
    padding: 15px 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-decoration: 0;
}

.inbulk__list{
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.inbulk__item{
    display: flex;
}

.inbnulk-item__text{
    color: #FFF;
    font-family: 'OpenSans';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 1195px) {
    .info {
        gap: 20px;
    }
}

@media screen and (max-width: 1030px) {
    .info__img {
        width: 350px;
        height: 240px;
    }

    .info-block {
        max-width: 495px;
    }

    .info__btn {
        width: 300px;
    }

    .info__btn a {
        padding: 15px 75px;
        font-size: 14px;
    }

    .info__headline {
        margin-bottom: 5px;
    }

    .text1-2 {
        display: none;
    }
    .content-block-card__img {
        width: 280px;
        max-height: 160px;
    }

}

@media screen and (max-width: 900px) {
    .content-block-cards {
        row-gap: 50px;
    }
}

@media screen and (max-width: 854px) {
    .text1-1 {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .product-card {
        flex-direction: column;
    }

    .product-card__text {
        margin-bottom: 30px;
    }

    .main__headline {
        margin-bottom: 50px;
    }

    .content-block__headline {
        font-size: 16px;
    }

    .content-block-card__headline {
        font-size: 14px;
    }

    .inbnulk-item__text{
        font-size: 16px;
    }

    section {
        padding-bottom: 70px;
    }

    .info {
        flex-direction: column;
    }

    .info__img {
        order: 1;
    }

    .info-block {
        order: 2;
    }
    .content-block-card__headline {
        max-width: 280px;
    }

    .info {
        align-items: center;
    }

    .info-block {
        max-width: 600px;
        align-items: center;
    }

    .info__text {
        margin-bottom: 20px;
        text-align: center;
    }

    .text1-1 {
        display: block;
    }

    .text1-2 {
        display: block;
    }
}

@media screen and (max-width: 630px) {
    .content-block-cards {
        flex-direction: column;
    }

    .content-block__headline {
        text-align: center;
    }
    
    .inbnulk-item__text{
        text-align: center;
    }
}

@media screen and (max-width: 550px) {
    .info__img {
        width: 100%;
        height: 160px;
    }

    .info__headline {
        font-size: 16px;
    }


    .info__text {
        font-size: 14px;
    }

    .info__btn {
        max-width: 280px;
    }

    .info__btn a {
        padding: 15px 75px;
        font-size: 12px;
    }

    .text1-2 {
        display: none;
    }
    .main-info__btn{
        width: 280px;
    }
    .main-info__btn a{
        font-size: 13px;
    }
}