.emf-about {
    position: relative;
}

.emf-about .emfa-content-wrapper {
    position: relative;
    padding-bottom: 40px;
    z-index: 1;
    background: transparent;
}

.emf-about .emfa-content h2 span {
    font-weight: 400;
    font-size: 28px;
}

.emf-about .emfa-list-icon i {
    color: #fff;
    background-color: #E9CE66;
    border-radius: 50%;
    padding: 4px;
    margin-right: 4px;
}

.emf-about .emfa-main-img {
    position: relative;
    z-index: 1;
}

.emf-about .emfa-main-img img {
    border: 16px solid #E9CE66;
    border-radius: 50%;
}

.emf-about .emfa-secondary-img {
   position: relative;
   margin-top: -120px;
   z-index: 1;
}

.emf-about .emfa-secondary-img img {
    border: 16px solid #E9CE66;
    border-radius: 50%;
    width: 280px;
    aspect-ratio: 1/1;
}
@media only screen and (min-width: 768px) {
  .emf-about .emfa-content-wrapper .about-btn .btn {
    width: fit-content;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width:992px) {
    .emf-about .emfa-content-wrapper {
        padding-top: 40px;
    }

    .emf-about .emfa-content-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        right: -20vw;
        width: 100vw;
        height: 100%;
        background-color: #F7F1D7;
        z-index: -1;
    }

    @media (max-width: 1199px) { .emf-about .emfa-content-wrapper::before { right: -60vw } }

    .emf-about .emfa-image-wrapper {
        margin-top: -48px;
    }

    .emf-about .emfa-secondary-img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -16%;
        margin-top: 0;
    }

    .emf-about .emfa-secondary-img img {
        border: 16px solid #E9CE66;
        border-radius: 50%;
        width: 400px;
    }
}