img {
    width: 100%;
    display: block;
}

.main-title {
    width: 100%;
    text-align: center;
    font-size: 0.34rem;
    background-color: #105297;
    padding: 0.276rem 0;
    color: #fff;
    font-weight: 600;
}

.title-img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.title-img img{
    width: 3rem;
    display: block;
}
.title-img-bottom{
    width: 100%;
}
.title-img-bottom img{
    width: 4.5rem;
    display: block;
}
.main-text {
    width: 100%;
    padding: 0 0.68rem 0.5rem;
    font-size: 0.3rem;
    font-weight: 400;
}
.main-flex{
    display: flex;
}
.text-title{
    font-size: 0.34rem;
    font-weight: 600;
    width: 1.6rem;
    flex-shrink: 0;
}
.text-content{
    flex-shrink: 0;
    width: calc(100% - 1.4rem);
}
.card-footer{
    width: 100%;
    padding: 0.5rem 0.68rem;
    position: relative;
    /* background-image: url(../images/aboutWe/about_me_img_4.png); */
    background-size: 100% 100%;
}
.card-footer .footer-img{
    width: 3rem;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}