.about-img, .feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img, .feature-img img {
    position: absolute;
    width: 50%;
    height: 60%;
    object-fit: cover;
}

.about-img::before, .feature-img::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 60%;
    top: 10%;
    left: 20%;
    border: 3px solid var(--primary);
    z-index: -1;
}
*, *::before, *::after {
    box-sizing: border-box;
}

.about-img img:last-child, .feature-img img:last-child {
    margin: 20% 0 0 40%;
}
h3, h4, .h3, .h4, .fw-medium {
    font-weight: 500 !important;
}