.aboutus-section {
    margin: 50px 0 80px;
}

.aboutus-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.aboutus-section .section-title h2 {
    font-weight: 600;
}

.aboutus-section .aboutus-card {
    padding: 50px;
    background: #FFD16608;
    border: 1px solid #63758833;
    border-radius: 20px;
    overflow: hidden;
}

.aboutus-section .aboutus-card .column-row {
    margin: 0 -20px;
}

.aboutus-section .aboutus-card .column-left {
    width: 44.5%;
    padding: 0 20px;
}

.aboutus-section .aboutus-card .column-right {
    width: 55.4%;
    padding: 0 20px;
}

.aboutus-section ul:not(:last-child),
.aboutus-section ol:not(:last-child) {
    margin-bottom: 15px;
}

.aboutus-section ul li {
    padding-left: 20px;
    position: relative;
}

.aboutus-section ol li {
    list-style-type: auto;
    margin-left: 20px;
}

.aboutus-section ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #2A63F5;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}

.aboutus-section li {
    color: #1B1B1B;
}

.aboutus-section .column-right .image-wrapper {
    position: relative;
    padding-bottom: 62.4%;
    border-radius: 20px;
    overflow: hidden;
}

.aboutus-section .column-right .image-wrapper img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

@media (max-width: 991px) {
    .aboutus-section .aboutus-card .column-row {
        margin: 0 -20px;
    }

    .aboutus-section .aboutus-card .column-left {
        width: 100%;
        padding: 0 20px;
    }

    .aboutus-section .aboutus-card .column-right {
        width: 100%;
        padding: 0 20px;
        margin-top: 30px;
    }

    .aboutus-section .aboutus-card {
        padding: 30px;
    }

    .aboutus-section .section-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .aboutus-section .aboutus-card {
        padding: 20px;
    }
}