.extra__curricular__wrapper{
    padding-bottom: 70px;
}
.sport__card__wrapper,.sport__wrapper .row {
    margin: 30px 0px;
}
.sport__inner {
    background: #F6F4EE;
    padding: 30px;
}
.sport__inner p:nth-child(2),.sport__card p:nth-child(2),.competitions__card p:nth-child(2){
    color: #161613;
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
}
.sport__inner p:nth-child(3),.sport__card p:nth-child(3){
    color: #57595F;
    font-size: 16px;
}

.sport__card__wrapper .row{
    gap: 36px;
}
@media (min-width: 768px) {
    .sport__card__wrapper .col-md-6, .sport__wrapper .col-md-6,.competitions__wrapper .col-md-6 {
        flex: 0 0 auto;
        width: 48.5%;
    }
}
.sport__wrapper .sport__card,.competitions__card{
    padding: 30px;
    background-color: white;
}
.sport__wrapper,.competitions__wrapper{
    background: #F6F4EE;
}
.sport__wrapper,.art__creativity__Wrapper,.competitions__wrapper,.encouraging__wrapper {
    padding: 70px 0;
}
.competitions__wrapper .row{
    gap: 30px;
}
 
 

/* Media query for mobile device for images*/
@media screen and (max-width: 678px) 
{
 .sport__wrapper .row{
    gap: 30px;
 }
 .sport__card__wrapper{
    margin-bottom: 70px !important;
 }
}