.about__our__services__container{
    max-width: 1280px;
    width: 100%;
    margin: 100px auto 120px;
}
.about__our__services__title{
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    margin-bottom: 41px;
    color: #323232;

}
.about__our__services__wrapper{
    display: flex;
    width: 100%;
    gap: 18px;
    flex-wrap: wrap;
}
.about__our__services__content{
    width: 49.2%;
    background-color: #F5F4EF;
    padding: 40px 60px;
    border-radius: 10px;

}
.about__our__services__content__title{
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    color: #323232;
    margin-bottom: 11px;
    
}
.about__our__services__content__subtitle{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}

.our__offerings{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #737373;
    margin-bottom: 17px;
}
.our__offerings__lists{
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #000000; 
    margin-bottom: 32px;   
}

.our__services__image__container{
    display: flex;
    gap: 49px;
    flex-wrap: wrap;
    margin-bottom: 43px;
}
.our__services__image__content{
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
}
.our__services__image{
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.our__services__image__title{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #000000;
    max-width: 90px;
    width: 100%;
    text-align: center;
}
.our__services__book__Container{
    text-align: center;
}
.our__services__book__anchor{
    padding: 12px 79px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;


}
.our__offerings__lists ul li{
    list-style: disc;
    margin-left: 18px;
    padding-bottom: 7px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #000000;

}
.our__offerings__lists ol li{
    list-style: decimal;
    margin-left: 18px;
    padding-bottom: 7px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #000000;
}
@media screen and (max-width:768px) {
    .about__our__services__container{
        padding: 0 16px;
        margin: 40px 0 60px 0;
    }
    .about__our__services__title{
        font-size: 26px;
        font-weight: 700;
        line-height: 34px;
        text-align: center;
        color: #1D1D1F;
        margin-bottom: 30px;
    }
    .about__our__services__wrapper{
        flex-direction: column;
        flex-wrap: nowrap;
        row-gap: 20px;
    }
    .about__our__services__content{
        width: 100%;
        padding: 30px 20px;
    }
    .about__our__services__content__title{
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        color: #1D1D1F;
        margin-bottom: 12px;
    }
    .about__our__services__content__subtitle{
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #4D4D4D;
        padding: 0 30px;
        }
    .our__offerings{
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        color: #737373;
        margin-bottom: 14px;
    }
    .our__offerings__lists{
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 30px;
    }
    .our__services__image__container{
        gap: 21px;
        margin-bottom: 37px;
    }
    .our__services__image{
        width: 60px;
        height: 60px;
    }
    .our__services__image__title{
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        width: 60px;
    }
    .our__services__book__anchor{
        padding: 11px 54px;
        font-size: 16px;
        font-weight: 700;
        line-height: 21px;
         }
         .our__offerings__lists ol li{
            margin-left: 16px;
            padding-bottom: 3px;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;


        }
         .our__offerings__lists ul li{
            margin-left: 16px;
            padding-bottom: 3px;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
        }
}