.usIcons{
    width: 96px;
    height: 96px;
    padding: 15px;
    border: solid 1px var(--mainColor3);
    margin-right: 10px;
    display: flex;
}
.usIcons>img{
    object-fit: contain;
}
.aboutTxt{
    font-size: 18px;
    height: 305px;
    padding-right:25px;
}
.usTxt{
    flex: 0 0 calc(100% - 104px);
}
.usTxt>h3{
    margin: 0;
    font-size: 21px;
}
.usTxt>p{
    margin-top: 5px;
    font-size: 18px;
}
.about-content{
    background-position: right !important;
    background-repeat: no-repeat !important;
    padding:40px calc(30% - 280px)!important;
}
.about-img2{
    margin-top: 10px;
    background-position: center;
    background-repeat: no-repeat;
    height:360px;
    float:right;
    width:500px;
    background-size: cover;
}