.about-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}

.about-badge {
    width: 120px;
    height: 120px;
}
