.practical_approach__header{
    justify-items: center;
    margin-bottom: 5%;
    width: 70%;
    justify-self: center;
    margin-right: auto;
    margin-left: auto;
}

.practical_approach .col-4{
    flex: 0 0 32.333333%!important;
}

@media only screen and (min-width: 600px) {
    .practical_approach .col-md-4{
        flex: 0 0 32.333333%!important;
    }

    .pracitcal_approach__box{
        margin-bottom: 5%;
    }
}

.practical_approach__header p{
    margin-right: auto;
    margin-left: auto;
    text-align: -webkit-center;
}

.practical_approach__header p{
    text-align: center;
}

.practical_approach__header p:last-child{
    width: 75%;
}

.practical_approach__header__subtitle{
    background-color: #ECF5FF;
    color: #0075FF !important;
    width: fit-content;
    font-size: 12px;
    font-weight: 500 !important;
    padding: 2px 7px !important;
    border-radius: 6px;
    margin-bottom: 5px !important;
}

.practical_approach__header__title{
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #001B2F;
}

.practical_approach__header__text{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    opacity: 50%;
    color: #001B2F;
}

.images-enabled .pracitcal_approach__box{
    height: 600px;
}

.pracitcal_approach__box{
    background-color: #F3F8FF;
    border-radius: 20px;
    padding: 40px!important;
    width: 32%;
    margin-right: 1%;
    overflow: hidden;
}

.pracitcal_approach__box:last-child{
    margin-right: 0%;
}

.pracitcal_approach__icon_section{

}

.pracitcal_approach__title{
    font-weight: 700;
    font-size: 22px;
    color: #001B2F;
    margin-bottom: 3%;
}

.pracitcal_approach__text{
    font-weight: 500;
    font-size: 16px;
    color: #001B2F;
    margin-bottom: 6%;
    min-height: 140px;
}

.img_style_2 .pracitcal_approach__box:nth-child(1) .practical_approach__image img{ 
    scale: 1.7;
    bottom: -150px;
    left: -70px;
}

.img_style_2 .pracitcal_approach__box:nth-child(2) .practical_approach__image img{ 
    scale: 2.4;
    transform: rotate(-15deg);
    bottom: 40px;
    left: 0px;
}

.img_style_2 .pracitcal_approach__box:nth-child(3) .practical_approach__image img{ 
    scale: 0.76;
    transform: rotate(-15deg);
    bottom: -160px;
    left: 30px;
}

.practical_approach__image img{ 
    position: absolute;
    bottom: -30px;
    left: 0px;
}

.pracitcal_approach__box:nth-child(1) .practical_approach__image img{ 
    scale: 1.1;
}

.pracitcal_approach__box:nth-child(2) .practical_approach__image img{ 
    scale: 1.5;
}

.pracitcal_approach__box:nth-child(3) .practical_approach__image img{ 
    scale: 1.9;
    transform: rotate(-15deg);
    bottom: -190px;
    left: 50px;
}

.read_more{
    font-weight: 700;
    font-size: 14px;
    color: #E70491;
}