.asset-mgmt-service {
    display: flex;
    flex-direction: column;
    /* gap: 30px; */
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
    /* padding: 20px 0px; */
    flex-wrap: wrap;
}

.asset-mgmt-service-image img {
    width: 100%;
    border-radius: 20px;
    flex-shrink: 0;
    padding: 0px 260px;
    text-align: center;
}

.asset-mgmt-service-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    ;
    padding: 20px;
    gap: 40px;
}

.asset-mgmt-service-details {
    display: flex;
    flex-direction: column;
    justify-content: start;
    /* gap: 20px; */
    padding: 0px 20px;
    flex-grow: 1;
    padding-left: 5%;
    padding-right: 5%;
}

.asset-mgmt-service-header {
    font-size: 32px;
    color: var(--text-001, #1D242B);
    text-align: center;
    font-family: Quicksand, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.asset-mgmt-service-details p {
    margin: 10px 0;
    line-height: 1.8;
    text-align: justify;
    font-size: 18px;
}

.asset-mgmt-service {
    /* padding-top: 8%; */
}

.asset-mgmt-service-details {
    font-family: Quicksand;
}



.full-meeting {
    width: 100%;
    display: flex;
}

.first-meeting {
    width: 60%;
    background: rgba(1, 87, 162, 1);
    display: flex;
    align-items: center;
    padding-left: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 15%;
}

.meeting-text {
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: rgba(240, 240, 243, 1);
}

.second-meeting {
    width: 40%;
    position: relative;
}

.asset-mgmt-service-header {
    padding-top: 2%;
    padding-bottom: 2%;
}

.meeting-img {
    width: 100%;
    padding-top: 5%;
    /* padding-right: 15%; */
    padding-bottom: 5%;
    right: 25%;
    position: relative;
}

/* 
.width-div {
    width: 100%;
    background: rgba(240, 240, 243, 1);
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 4%;
    padding-bottom: 4%;

}

.row-divs {
    display: flex;
    justify-content: space-around;

}

.single-bim-divs {
    width: 30%;
    background: rgba(255, 255, 255, 1);
    border-radius: 24px;
    padding: 2%;
    padding-top: 3%;
    padding-bottom: 3%;
    box-shadow: 0px 0px 0px 1px rgba(27, 31, 35, 0.15);
}

.header-text {
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 700;
    color: rgba(1, 87, 162, 1);
    padding-bottom: 2%;

}

.para-texts {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;


}
 */

.bg-color {
    width: 100%;
    background: rgba(240, 240, 243, 1);
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 4%;
    padding-bottom: 4%;

}

.rows-divs {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 1%;
}

.single-item {
    width: 30%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px 1px rgba(27, 31, 35, 0.15);
    border-radius: 24px;
    padding: 2%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;/
}

.single-item:hover {
    /* background: rgba(240, 240, 243, 1); */
    transform: translateY(-2px) scale(1);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);

}

.head-para {
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 700;
    color: rgba(1, 87, 162, 1);
    padding-bottom: 3%;
}

.para-text-bim {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;

}

.full-width-scan {
    width: 100%;
    display: flex;
}

.scan-text {
    width: 60%;
    display: flex;
    align-items: center;
    padding-left: 5%;

}

.scan-head {

    font-family: Quicksand;
    font-size: 32px;
    font-weight: 700;
    color: rgba(29, 36, 43, 1);

}

.scan-text-para {
    font-family: Quicksand;
    font-size: 20px;
    font-weight: 500;

    color: rgba(94, 95, 95, 1);


}

.scans-img {
    width: 40%;
}

.scan-img {
    width: 100%;
}

@media(max-width:768px) {
    .asset-mgmt-service {
        /* padding-top: 15%; */
    }

    .asset-mgmt-service-header {
        font-size: 18px;
    }

    .asset-mgmt-service-details p {
        font-size: 14px;
    }

    .asset-mgmt-service-details {
        gap: 0px;
    }

    .asset-mgmt-service {
        /* padding-top: 15%; */

    }

    .asset-mgmt-service {
        gap: 0px;
    }

    .asset-mgmt-service-image img {
        padding: 0px 125px;
    }

    .full-meeting {
        display: block;
    }

    .first-meeting {
        width: 100%;
        padding-right: 5%;
    }

    .meeting-text {
        font-size: 14px;
        text-align: center;
    }

    .second-meeting {
        width: 100%;
    }

    .meeting-img {
        padding-top: 0%;
        padding-bottom: 0%;
        right: 0%;

    }

    .rows-divs {
        display: block;
    }

    .single-item {
        width: 100%;
        margin-bottom: 2%;
    }

    .head-para {
        padding-bottom: 1%;
    }

    .para-text-bim {
        font-size: 14px;
    }

}

@media(max-width:600px) {
    .asset-mgmt-service {
        /* padding-top: 20%; */

    }

    .asset-mgmt-service-header {
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .single-item {
        padding: 3%;
    }

}

@media(max-width:425px) {
    .asset-mgmt-service {
        /* padding-top: 25%; */
    }

    .asset-mgmt-service-image img {
        padding: 0px 20px;
    }

    .single-item {
        padding: 5%;
    }

    .head-para {
        padding-bottom: 2%;
    }
}

@media(max-width:320px) {
    .asset-mgmt-service {
        /* padding-top: 30%; */
    }

    .single-item {
        padding: 6%;
    }

}