#aboutWrap2{
    position: relative;
    padding: 72px 0;
}
#aboutWrap2 .abmoun{
    display: flex;
    justify-content: space-between;
}
#aboutWrap2 article p{
    line-height: 180%;
    font-size: 17px;
    width: calc(100% - 10px);
    margin-left: 10px;
}
#aboutWrap2 .msaleft{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 45%;
}
#aboutWrap2 .msaleft:before{
    content:"";
    background: url(/images/11/abbbbimg-blaokk.png);
    width: 762px;
    height: 466px;
    position: absolute;
    z-index: -1;
    background-size: cover;
    top: 40px;
    left: 156px;
}
#aboutWrap2 .momore a{
    padding: 13px 50px;
    background: #ea6262;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -26px;
    color: antiquewhite;
    border-radius: 8px;
}
#aboutWrap2 .msaleft img{
}
#aboutWrap2 .msaright{
    display: flex;
    flex-direction: column;
    width: 50%;
}
#aboutWrap2 .left-fu h3{
    font-size: 23px;
    font-weight: 500;
    padding: 10px;
    margin-top: -25px;
    margin-bottom: 35px;
}
#aboutWrap2 .left-fu .bogtit h4{
    color: #ea6262;
    font-size: 83px;
    -webkit-text-stroke: 2px #ea6262;
    -webkit-text-fill-color: #e8d4cd00;
    margin-bottom: 0;
    margin-left: 0;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    font-family: fantasy;
}
#aboutWrap2 .left-fu .bogtit h2{
    font-size: 59px;
    text-transform: uppercase;
    margin-top: -10px;
    /* font-family: fantasy; */
    font-weight: 700;
}
@media screen and (max-width: 1460px) {
    #aboutWrap2 .left-fu h3{
        margin-bottom: 10px;
        font-size: 22px;
    }
    #aboutWrap2 .left-fu .bogtit h4{
    font-size: 62px;
}
    #aboutWrap2 .left-fu .bogtit h2{
        font-size: 43px;
    }
    #aboutWrap2 article p{
    font-size: 16px;
}
}
	@media screen and (max-width: 640px){
    #aboutWrap2 .abmoun{
        display: flex;
        flex-direction: column;
    }
        #aboutWrap2 .msaleft{
        width: 100%;
    }
        #aboutWrap2 .msaright{
    width: 100%;
}
}