.management-wrapper{

    padding-top: 140px;
    padding-bottom: 45px;
    z-index: 1;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.about-box2 {
    margin-bottom: 30px;
    text-align: left;
}
.about-box2 .sec-title {
    font-family: "Inter Tight", sans-serif;
    font-size: 50px;
    line-height: 1.3;
    color: #0A0D31;
    font-weight: 600;
    margin-bottom: 4px;
}
.about-box2 .about-subtitle {
    color: #6db718;
    display: block;
    margin-bottom: 20px;
}
.about-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin: 40px 0 40px 0;
    max-width: 544px;
}
.about-box2 .about-text {
    margin: 0 0 47px 0;
    font-size: 19px;
    color: #242627;
    font-family: "Inter Tight", sans-serif;
    line-height: 28px;
    margin-bottom: 30px;
}


.about-box2 .vs-media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 26px 0;
    display: flex;
}
.about-box2 .media-icon {
    display: inline-block;
    width: var(--icon-size, 50px);
    height: var(--icon-size, 50px);
    line-height: calc(var(--icon-size, 50px) - 1px);
    border: 1px solid #47af34;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #47af34;
    margin-right: 15px;
}
.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.about-box2 .media-info {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #000000;
    margin: 2px 0 0 0;
    max-width: 250px;
}
.img-box10 {
    position: relative;
    margin-bottom: 75px;
}
.img-box10 .img-1 {
    position: relative;
    padding: 0;
    margin: 0 0 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    display: block;
}
.img-box10 .img-shape1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 605px;
    max-height: 100%;
    background-color: #6db718;
    z-index: -1;
}
.img-box10 .img-1 img {
    width: 475px;
    border: 3px solid #7ed956;
    border-radius: 10px;
}
.img-box10 .shape-dotted {
    position: absolute;
    left: -44px;
    bottom: -44px;
    z-index: -2;
}
.img-exp {
    position: absolute;
    left: 26px;
    bottom: 130px;
    width: 191px;
    background-color: #ff741b;
    color: #ffffff;
    padding: 32px 30px 30px 30px;
}

.about-box2 .media-info span {
    font-weight: 400;
}

@media only screen and (max-width: 767px) {

    .img-box10 {
        position: relative;
        margin-bottom: 24px;
    }
    .about-box2 .sec-title {

        font-size: 36px;
    }
    .management-wrapper {
        padding-top: 100px;
    }
}
