
.instead-container{
    max-width: 1410px;
    background-color: white;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    font-size: 17px;
}
.description_content{
    max-width: 1070px;
    margin: 81px auto;
}

.aboutUs{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aboutUs p{
    max-width: 648px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    letter-spacing: 0.34px;
}

.bronex_Productions_wrapper{
    margin-top: 74px;
}
.bronex_Productions_wrapper h3{
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; 
    letter-spacing: 0.2px;
}
.bronex_Productions_wrapper h3 span{
    color: #00D093;
}

.bronex_Productions_description{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}
.left-side_bronex_Productions_description p{
    max-width: 500px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;  
    letter-spacing: 0.34px;
}

.correct_info_in-infoBlock {
    width: 502px;
    height: 153px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 1px 1px #EAEBF0;
    border-radius: 10px;
    margin-top: 10px;
    justify-content: center;
}
.correct_info_in-infoBlock span{
    color: #262626;
    text-align: right;
    font-family: "Open Sans";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.correct_info_in-infoBlock p{
    color:  #262626;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin-left: 40px;
}
/* bluprint */
.blueprintFullInfo{
    display: flex;
    background-color: #000;
    color: white;
    align-items: center;
    border-radius: 10px;
    padding: 43px 68px 37px 42px;
    margin-top: 60px;
}
.blueprintFullInfo h3{
    color: white;
    text-transform: uppercase;
}

.ourAdvantages{
    margin-top: 60px;
}
.headerAdvantages span{
    color: #00D093;
}
.ourAdvantages .headerAdvantages{
    text-align: center;
}
.ourAdvantages h2{
    text-transform: uppercase;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.ourAdvantagesDescr{
    max-width: 750px;
    margin: 30px auto;
}

.materialsWrapper{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.materialsWrapper .material{
    max-width: 345px;
    height: 186px;
    align-items: center;
    box-shadow: 0px 0px 1px 1px #EAEBF0;
    border-radius: 10px;
    margin-top: 10px;
}
.inside_material_block{
    width: 345px;
}
.inside_material_block h4{ 
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin-left: 40px;
    margin-top: 30px;
}
.grey_info-block{
    border-radius: 10px;
    background: #EAEBF0;
}

.inside_material_block_p{
    width: 200px;
    margin-left: 40px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    letter-spacing: 0.34px;
    margin-top: 10px;
}
@media screen and (max-width: 1110px) {
    .description_content {
        padding: 15px;
    }
    .aboutUs p, .right-side_bronex_Productions_description{
        padding-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .description_content{
        padding: 20px;
        margin-top: 0px;
    }
    .material{
        overflow: hidden;
        margin-top: 10px;
    }
    .aboutUs, .bronex_Productions_description, .blueprintFullInfo, .materialsWrapper{
        display: block;
    }
    .aboutUs p{
        padding-left: 0px;
        margin-top: 20px;
    }
    .white_info-block{
        margin-top: 0px;
    }
    .blueprintFullInfo h3{
        margin-top: 30px;
        font-size: 20px;
    }
    .blueprintFullInfo p:first-of-type{
        margin-top: 30px;
    }
    .right-side_bronex_Productions_description{
        display: flex;
        padding: 0px;
        justify-content: space-between;
    }
    .ourAdvantages .headerAdvantages{
        text-align: left;
    }

    .right-side_bronex_Productions_description{
        max-width: 100%;
        margin: 5px;
        display: flex;
        justify-content: center;
        height: 200px;
        align-items: center;
    }
    .correct_info_in-infoBlock{
        max-width: 202px;
        display: block;
        margin: 5px;
    }


    .correct_info_in-infoBlock span{
        font-size: 55px;
        margin-left: 10px;
    }
    .correct_info_in-infoBlock p{
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 133.333% */
        letter-spacing: 0.2px;
        text-transform: uppercase;
        margin-left: 10px;
    }
}


@media screen and (max-width: 460px) {
    .right-side_bronex_Productions_description{
        max-width: 100%;
        margin: 5px;
        display: flex;
        justify-content: center;
        height: 100px;
        align-items: center;
        margin-top: 50px;
    }
    .correct_info_in-infoBlock{
        max-width: 140px;
        display: block;
    }


    .correct_info_in-infoBlock span{
        font-size: 45px;
        margin-left: 10px;
    }
    .correct_info_in-infoBlock p{
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 15px; /* 133.333% */
        letter-spacing: 0.2px;
        text-transform: uppercase;
        margin-left: 10px;
    }
}