.block_about2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 53px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.img_notebook {
    position: relative;
    top: 72px;
    padding-right: 5%;
}
.about_right {
    width:50%;
    /*max-width: 510px;*/
}
.heading_std {
    margin-top: 0px;
    margin-bottom: 34px;
    font-size: 40px;
    line-height: 45px;
    font-weight: 900;
}
.heading_std-2 {
    margin-top: 0px;
    margin-bottom: 34px;
    color: #333;
    font-size: 40px;
    line-height: 45px;
}
.heading_std-2.center {
    font-weight: 900;
    text-align: center;
}
#why_we{
    background-color: #11719a;
}
.heading_std-2.center.white {
    color: #fff;
}
#why_we .block_programm2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 56px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.item_programm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    margin-right: 28px;
    margin-bottom: 55px;
    margin-left: 28px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.img_programm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    margin-top: 32px;
    margin-bottom: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.txt_prog_item {
    color: #fff;
    text-align: center;
}
.block_btn {
    margin-top: -35px;
    text-align: center;
}
.block_btn .btn_ghost {
    padding: 25px 40px;
    border-radius: 40px;
    background-image: -webkit-gradient(linear, right top, left top, from(#0eb87a), to(#15a089));
    background-image: linear-gradient(270deg, #0eb87a, #15a089);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 15px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.txt_note {
    margin-top: 40px;
    opacity: 0.5;
    color: #e5e5e5;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.5px;
}
@media screen and (max-width: 991px){
.block_about2 {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.item_programm {
    width: 40%;
}
.img_notebook {
    top: 0px;
}
.about_right {
    width: 100%;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left;
}
}

@media screen and (max-width: 767px){
.block_btn .btn_ghost {
    margin-bottom: 16px;
}
    .heading_std {
    margin-top: 40px;
}
.item_programm {
    width: 36%;
}
.block_about2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.about_right {
    width: 100%;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left;
}
.about_right {
    margin-bottom: 0px;
}
}
@media screen and (max-width: 479px)
{
    .block_about2 {
    margin-top: 0px;
}
.img_notebook {
    display: none;
}
.block_programm2 {
    margin-bottom: 32px;
}
.item_programm {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
}
