.aboutTit {
    color: rgb(237, 31, 101);
    font-weight: bold;
    font-size: 30px;
}
.smallTxt{
    color: #f8d2df;
}
.descrptBox{
    box-shadow: 3px 3px 20px #a5a5a5;
}
.descript{
    font-size: 14px;
}
.boxx{
    margin-left:-15px!important;
}
.MidtitlBox{
    margin: 80px auto;
}
.MidTit{
    color: #ed1f65;
    font-size: 28px;
}
.MidTit2{
    color: #f8d2df;
    font-size: 28px;
}
.maptit{
    color: rgb(127, 127, 127);
    font-size: 14px;
}
.numberTxt{
    color: rgb(237, 31, 101);
    font-size: 50px;
}
.smallText{
    font-size: 5px;
    margin-top: -5px;
}

.AboutUs{
    position: relative;
    overflow: hidden;
    height: 360px;
    margin: 3rem 0;
}

.midBox{
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}
.about-top-box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 40px auto;
    box-shadow: 0 0 2px 2px #ebebeb;
    border-radius: 5px;
}
.about-top-img-box{
    height: 100%;
    width: 100%;
    padding-right: 20px;
}
.about-top-img-box > img{
    height: 100%;
    width: 100%;
}
.about-top-context-box{
    width: 100%;
    padding: 0 20px;
}
.about-top-context-title-box{
}
.about-top-context-title{
    color: #ed1f65;
    font-size: 24px;
}
.about-top-context-title-sign{
    font-size: 20px;
    color: #f8d2df;
}
.about-top-txt-box{
    text-align: left;
}
.about-top-txt{
    font-size: 18px;
    color: #333333;
    line-height: 34px;
}
@media (min-width: 768px){
    .container {
        max-width: 900px;
    }
}
.map-right-txt{
    display: flex;
    justify-content: center;
    align-items: center;
}
.maptit{
    font-size: 16px!important;
}