.about-inner h3 {
    font-size: 29px;
    padding-bottom: 15px;
}
.about-inner p {
    padding-bottom: 30px;
}
.about-us {
    background: #161729;
    padding: 37px 0 66px;
    margin-top: 50px;
}
.about-us-content h3 {
    font-size: 29px;
    color: #fff;
    padding-bottom: 20px;
}
.about-us-content ul li {
    list-style-type: none;
    color: #fff;
    padding-bottom: 15px;
    line-height: normal;
}
.about-us-content ul li:last-child {
    padding-bottom: 0;
}
.about-us-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
}
.about-us-img {
    position: relative;
    padding-bottom: 37.6%;
    width: 42%;
    margin-top: -74px;
}
.about-us-content {
    padding-left: 54px;
    width: calc(100% - 42%);
}
.about-us-row {
    display: flex;
    align-items: start;
}

@media only screen and (max-width: 767px){
    .about-inner h3 {
        font-size: 22px;
        padding-bottom: 20px;
    }
    .about-inner p {
        font-size: 14px;
        padding-bottom: 21px;
    }
    .about-us-row {
        flex-direction: column;
    }
    .about-us-img {
        padding-bottom: 73.8%;
        width: 100%;
        margin-top: -90px;
    }
    .about-us-content {
        padding-left: 0;
        width: 100%;
        padding-top: 26px;
    }
    .about-us {
        margin-top: 20px;
        padding: 37px 10px 65px;
    }
}