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

.approach-header p{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

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

.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;
}

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

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

.practical-approach-wrapper .practical-approach-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

.practical-approach-grid .approach-card{
    flex: 0 0 23.5%;
}

@media only screen and (min-width: 600px){
    .approach-card{
        margin-bottom: 5%;
    }
}

.images-enabled .approach-card{
    height: 650px;
}

.approach-card{
    background-color: #F3F8FF;
    border-radius: 20px;
    padding: 40px!important;
    overflow: hidden;
    position: relative;
    min-height: 640px;
}

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

.approach-card-text{
    font-weight: 500;
    font-size: 16px;
    color: #001B2F;
    margin-bottom: 6%;
}

.practical-approach-wrapper.images-enabled .approach-card-image img{
    position: absolute;
    bottom: -30px;
    left: 0px;
    z-index: 0;
}

.approach-card:nth-child(1) .approach-card-image img{
    position: absolute;
    scale: 1.2;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.approach-card:nth-child(2) .approach-card-image img{
    scale: 2.1;
    position: absolute;
    z-index: 0;
}

.approach-card:nth-child(3) .approach-card-image img{
    position: absolute;
    scale: 1.9;
    transform: rotate(-15deg);
    bottom: -190px;
    left: 50px;
    z-index: 0;
}

.approach-card:nth-child(4) .approach-card-image img{
    position: absolute;
    scale: 0.5;
    transform: rotate(65deg);
    max-width: none;
    left: -760px;
    bottom: -730px;
    z-index: 0;
}
.approach-card-readmore{
    position: relative;
    z-index: 1;
}

.readmore-btn {
    font-weight: 700;
    font-size: 14px;
    color: #E70491;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.readmore-btn svg {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 1200px) {
    .practical-approach-grid .approach-card {
        flex: 0 0 31%; /* 3 cards per row */
    }
}

@media only screen and (max-width: 900px) {
    .practical-approach-grid .approach-card {
        flex: 0 0 48%; /* 2 cards per row */
    }
}

@media only screen and (max-width: 600px) {
    .practical-approach-grid .approach-card {
        flex: 0 0 100%; /* 1 card per row */
        margin-bottom: 20px;
    }
}
