.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 250px;
    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;
}
.asset-mgmt-service-header {
    font-size: 28px;
    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;
}