.about-us .top-main{
    position: relative;
    min-height: 100vh;

}
.about-us .main-head-pic{
    width: 100%;
    height: 440px;
     overflow: hidden;
     object-fit: contain;background-image: url(../img/Group\ 1.png);

     display: flex;
    padding: 100px ;
     justify-content: center;



}.about-us .main-head-pic .title-box{
    color: #fff;
}
.about-us .main-head-pic img{
    width: 100%;
    z-index: 1;
}
.about-us .main-head-pic .main-title{
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
.about-us .about-us-main-content{
/*
position: absolute;
top: 150px; */
z-index: 200;
right: 10%;
margin-top: -240px;


}.about-us .about-us-main-content-box{
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.39);
    border-radius: 8px;
    padding: 40px 30px;

}.about-us .about-us-main-content-box .text-title{
    margin-bottom: 18PX;
    color: var(--miracel-primary-color);
}.about-us .about-us-main-content-box .text{
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.295); */
    padding-bottom: 45px;
    line-height: 1.83;
}
