.about-img-wrapper svg {
    width: 1em;
    height: 1em;
}

.single-img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 5px solid #FFFFFF;
    overflow: hidden;
    margin-left: -70px;
}
@media only screen and (min-width: 576px) {
    .single-img {
        height: 250px;
        width: 250px;
        margin-left: -100px;
    }
}
@media only screen and (min-width: 768px) {
    .single-img {
        height: 320px;
        width: 320px;
        border: 8px solid #FFFFFF;
        margin-left: -130px;
    }
}
@media only screen and (min-width: 992px) {
    .single-img {
        height: 420px;
        width: 420px;
        border: 10px solid #FFFFFF;
        margin-left: -180px;
    }
}
@media only screen and (min-width: 1200px) {
    .single-img {
        height: 520px;
        border: 14px solid #FFFFFF;
        width: 520px;
    }
}
.single-img:first-child {
    margin-left: 0;
}
.single-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-single-bg {
    background-color: #121212;
    display: flex;
    align-items: center;
}
.about-single-bg .about-img-content {
    padding-left: 30px;
    max-width: 220px;
}
@media only screen and (min-width: 576px) {
    .about-single-bg .about-img-content {
        padding-left: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .about-single-bg .about-img-content {
        padding-left: 70px;
    }
}
.about-single-bg p {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 0;
    display: none;
}
@media only screen and (min-width: 576px) {
    .about-single-bg p {
        font-size: 16px;
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .about-single-bg p {
        font-size: 18px;
    }
}
.about-single-bg span {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
    color: #FFFFFF;
}
.about-single-bg span i,
.about-single-bg span svg {
    transform: rotate(-45deg);
    fill: #fff;
}
.about-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 60px;
}
@media only screen and (min-width: 576px) {
    .about-img-wrapper .about-inner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 100px;
    }
}
@media only screen and (min-width: 768px) {
    .about-img-wrapper .about-inner {
        margin-left: 145px;
    }
}
@media only screen and (min-width: 992px) {
    .about-img-wrapper .about-inner {
        margin-left: 250px;
    }
}
.about-btn a {
    padding: 15px 29px;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    color: #121212;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.about-btn a:hover {
    background-color: #7FE85A;
}
.about-btn a span {
    margin-left: 8px;
}
.about-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    display: none;
}
@media only screen and (min-width: 576px) {
    .about-inner {
        gap: 35px;
        margin-top: 0;
        display: flex;
    }
}
@media only screen and (min-width: 768px) {
    .about-inner {
        gap: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .about-inner {
        gap: 70px;
    }
}
.about-inner h2 {
    font-size: 40px;
    font-weight: 700;
}
@media only screen and (min-width: 576px) {
    .about-inner h2 {
        color: #FFFFFF;
    }
}
@media only screen and (min-width: 768px) {
    .about-inner h2 {
        font-size: 70px;
    }
}
@media only screen and (min-width: 992px) {
    .about-inner h2 {
        font-size: 110px;
    }
}
