.main_content_content_dop {
    width: 100%;
    background: url(../img/fon3.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.main_content_content_dop_header {
    width: 100%;
    display: flex;
    justify-content: center;
    
    background-color: white;
    border-bottom: 1px solid black;
}
.dop_content {
    width: 100%;
    display: flex;
    justify-content: center;
    
    background-color: white;
}
.dop_content_content {
    width: 100%;
    display: flex;
    justify-content: center;
}
.dop_content_content_main {
    width: 950px;
    display: grid;
    grid-template-columns: 531px 419px;
  
}
.dop_content_text_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-left: 14px orange solid;
    border-top: 14px orange solid;
    border-bottom: 7px orange solid;
    border-right: 7px orange solid;
}
.dop_content_text_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: green;
    border-left: 14px orange solid;
    border-top: 7px orange solid;
    border-bottom: 7px orange solid;
    border-right: 7px orange solid;
}
.dop_content_text_3 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(146, 31, 31);
    border-left: 14px orange solid;
    border-top: 7px orange solid;
    border-bottom: 14px orange solid;
    border-right: 7px orange solid;
    margin-bottom: 25px;
}
.dop_content_image {
    width: 400px;
    

}
.dop_content_img_1 {
display: flex;
align-items: center;
border-left: 7px orange solid;
    border-top: 14px orange solid;
    border-bottom: 7px orange solid;
    border-right: 14px orange solid;
}
.dop_content_img_2 {
    display: flex;
align-items: center;
    border-left: 7px orange solid;
        border-top: 7px orange solid;
        border-bottom: 7px orange solid;
        border-right: 14px orange solid;
    }
.dop_content_img_3 {
margin-bottom: 25px;
display: flex;
align-items: center;
border-left: 7px orange solid;
    border-top: 7px orange solid;
    border-bottom: 14px orange solid;
    border-right: 14px orange solid;
}

