.sectionabout{
    padding:3rem 8rem;
    margin-bottom: 6rem;
}
.Abouttitle{
    font-size:2.4rem;
    font-weight:400;
    color:#1C3B7A;
    padding-bottom:0.5rem;
    display: inline-block;
    border-bottom: 3px solid #1C3B7A;
}
.AboutContentBackground{
    margin-top: 4rem;
    padding:3rem 8rem 8rem 4rem;
    background-image: url('/img/backgroundImg.png');
    background-size: contain;
    background-repeat: no-repeat;

    display:flex;
    justify-content: flex-end;
}
.AboutContentBox{
    background-color: #fff;
    padding:2rem;
    width:60%;
    box-shadow: 0 0 1rem #b3b3b3ca;

    position: relative;
}
.AboutContentBox::after{
    position: absolute;
    content: '';
    width:50%;
    height:60%;
    background-color: #1C3B7A;
    z-index: -1;

    bottom: -2rem;
    left:-2rem;

}
.AboutContentBox::before{
    position: absolute;
    content: '';
    width:30%;
    height:30%;
    background-color: #1C3B7A;
    z-index: -1;

    top: -2rem;
    right:-2rem;

}
.AboutContentBox h2{
    font-weight:400;
    color:#B62929;
    border-bottom:#B62929 solid 1px;
    padding-bottom: 0.5rem;
}
.AboutContentBox h3{
    margin-top: 1rem;
    font-weight:400;
    color:#B62929;
}
.AboutContent{
    margin-top: 2rem;
    line-height: 1.8;

}
.catactinfo{
    color:#3c4f74;
    margin-bottom:1.5rem;
    font-size:2rem;
}