@media (min-width: 1250px){
    .bp-container{
        width: 1240px;           
        flex-direction: row;     
        justify-content: space-between;
    }    
    .title{
        width: 1240px;
        font-size: 26px;
    }    
}
@media (min-width: 1024px) and (max-width:1250px){
    .bp-container{
        width: 90%;
        flex-direction: column;
    }    
    .title{
        width: 90%;
        font-size: 26px;
    }
}
@media (max-width: 1024px){
    .bp-container{
        width: 90%;
        flex-direction: column;
    }    
    .title{
        width: 90%;
        font-size: 22px;
    }
}
.bp-container{
    display: flex; 
    flex-direction: column;
    gap: 60px;   
}
.title{
    font-weight: 500;    
    line-height: 130%;
    color: #232F4F;
    margin: 50px 0 30px 0;
}
.bp-row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;    
}
.descr{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #232F4F;
}
.bp img{
    max-height: 310px;
    object-fit: contain;
}
@media(min-width: 800px){
    .bp-row{
        gap: 60px;
    }
    .bp img, .bp p{
        width: 250px;
    }
    .descr{
        width: 70%;
    }
}
@media(min-width: 600px) and (max-width:800px){
    .bp-row{
        gap: 40px;
    }
    .bp img, .bp p{
        width: 200px;
    }
}
@media(max-width: 600px){
    .bp-row{
        gap: 20px;
    }
    .bp img, .bp p{
        width: 200px;
    }
}


@media (min-width: 1240px){
    .bp img{
        margin-bottom: 30px;
    }
    .bp-name{
        font-size: 18px;
    }    
}
@media (max-width: 1240px){
    .bp img{
        margin-bottom: 20px;
    }
    .bp-name{
        font-size: 18px;
    }
}
.bp-name{
    font-weight: 500;
    line-height: 130%;
    color: #232F4F;
    margin-bottom: 5px;
    text-align: center;
}
.bp-post{
    font-family: 'LatoItalic';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #788093;
}
.img-expanded{
    width: 400px;
}
.modal-content{
    justify-content: center;
}
@media(min-width: 640px){
    .btn-close-modal{
        right: 3%;
    }
}
@media(max-width: 640px){
    .btn-close-modal{
        right: 1%;
    }
}
@media(max-width: 570px){
    .btn-close-modal{
        right: -10%;
    }
}
.hidden-description-1, .hidden-description-2, .hidden-description-3{
    display: none;
}
.bp-description-1, .bp-description-2, .bp-description-3{
    color: whitesmoke;
    text-align: center;
    word-break: break-word;
    max-width: 400px;
}
