.mg_section-layout_11{
    padding-top: 6%;
    padding-bottom: 6%;
    background-color: #051622;
}

.layout_11_img{
    display: block;
    max-width: 100%;
    margin: auto;
}

.mg_layout_11_title{
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
}

.mg_layout_11_content{
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 15px;
    padding: 40px;
    background-color: rgba(24, 47, 56, 0.6);
    border-radius: 15px;
}

.mg_btn_layout_11{

}
.mg-layout_11_name{
    font-size: 40px;
    color: #ffffff;
}
.mg-layout_11_position{
    font-size: 35px;
    color: #ffffff;
}
.layout_11_info{
    text-align: center;
    margin-top: 30px;

}
@media (max-width: 767px) {
    .layout_11_img{
        margin-bottom: 30px;
    }
    .mg_layout_11_title{
        text-align: center;
    }
    .mg_layout_11_content{
        text-align: center;
    }
}
@media (min-width: 992px) {
    .mg_section-layout_11{

    }
}