.benefits1{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
}
.b1Inner{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.b1iHeader{
    text-align: center;
    margin-bottom: 65px;
    color: var(--white)
}
.b1iBlocks{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.b1ibHolder{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 105px;
}
.b1ibHolder:last-child{
    margin-bottom: 0px;
}
.b1ibhBlock{
    display: flex;
}
.b1ibhbIcon{
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    margin-right: 29px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(154.72deg, #EE252A 16.04%, rgba(238, 37, 42, 0) 158.45%);
    filter: drop-shadow(0px 0px 21px rgba(238, 37, 42, 0.89));
}
.b1ibhbTexts{
    display: flex;
    flex-direction: column;
}
.b1ibhbtHeader{
    color: var(--white);
    margin-bottom: 8px;
}
.b1ibhbtText{
    max-width: 490px;
    margin-bottom: 30px;
    color: #827579;
    line-height: 24px;
}
.b1ibhbtButton{
    width: 143px;
    height: 42px;
    background: none;
    border: 1px solid #ffffff50;
    color: #ffffff70;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 2px;
    transition: .3s;
}
.b1ibhbtButton:hover{
    color: var(--black);
    background: var(--white);
}

@media screen and (max-width: 1300px){
    .b1ibHolder{
        flex-direction: column;
        margin-bottom: 0px;
    }
    .b1ibhBlock{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 900px){
    .benefits1{
        padding-top: 80px;
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 700px){
    .benefits1{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .b1ibhbIcon{
        margin-right: 20px;
    }
}