.pic h4 {
    font-size: 20px;
    font-family: "Barlow", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1em;
}

section.pictures-section {
    padding-top: 140px;
    padding-bottom: 160px;
}

.result-images img {
    height: 250px;
    margin: 10px 0px;
    width: 100%;
    object-fit: cover;
}

.coaching {
    background-color: transparent;
    background-image: linear-gradient(190deg, var( --e-global-color-ce678d9 ) 0%, var( --e-global-color-5db7d77 ) 100%);
    padding: 0px 60px 20px 0px;
    height: 630px;
}
.coaching h4 {
    color: #FFFFFF;
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-secondary-font-weight );
}

.coaching p {
    text-align: justify;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    padding: 10px 30px;
}
.coaching h4 {
    padding: 0px 30px;
}
section.group-sec {
    padding-bottom: 110px;
}
.coaching img {
    position: relative;
    bottom: 90px;
}

.result-img img {
    width: 100%;
}

.fitness-img {
    position: absolute;
    top: -10px;
    transform: scale(0.9);
    z-index: -1;
}