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

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

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

.mg_layout_2_content{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
}

.mg_btn_layout_2{

}
@media (max-width: 767px) {
    .layout_2_img{
        margin-bottom: 30px;
    }
    .mg_layout_2_title{
        text-align: center;
    }
    .mg_layout_2_content{
        text-align: center;
    }
}
@media (min-width: 992px) {
    .mg_section-layout_2{
        padding-top: 30vh;
        padding-bottom: 30vh;
    }
}