.message-landing #landing {
    height: 60vh;
}
#message .message-image {
    position: relative;
    margin-top: -215px;
    z-index: 19;
    float: left;
    width: 400px;
    margin-right: 25px;
    margin-bottom: 20px;
    /* height: 550px; */
}
#message .message-information {
    padding: 60px 0;
    text-align: justify;
}
#message .message-from {
    font-size: 26px;
    font-weight: 700;
}
#message .message-person {
    margin-bottom: 10px;
}
#message .message-desc p {
    line-height: 1.5;
}
#company-profile {
    padding: 60px 0;
}

#company-profile .service-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}
#company-profile .service-image {
    position: relative;
}
#company-profile .service-image img {
    transform: scale(1.1);
    transition: all ease-in-out 0.45s;
}
#company-profile .service-card .service-name {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    z-index: 20;
    padding-top: 15px;
    padding-left: 15px;
    width: 80%;

}
#company-profile .service-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: -218px;
    right: auto;
    width: 96%;
    height: 90%;
    background-color: #028090;
    transform: skew(-56deg, 0deg);
    z-index: 1;
    visibility: visible;
    transition: all ease-in-out 0.45s;
    opacity: 0.8;
}
/* #company-profile .service-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -222px;
    right: auto;
    width: 45%;
    height: 50%;
    background-color: #028090;
    transform: skew(55deg, 0deg);
    z-index: 1;
    visibility: visible;
    transition: all ease-in-out 0.45s;
    opacity: 0.8;

} */

#company-profile .service-card:hover .service-image::after,
#company-profile .service-card:hover .service-image:before {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.45s;
}
#company-profile .service-card:hover .service-image img {
    transform: scale(1.2);
    transition: all ease-in-out 0.45s;

}
#business-client .main-title {
    padding-top: 45px;
}
#business-client .client-field {
    position: relative;
}
#business-client .field-partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 25px 0;
}
#business-client .field-partner .partner-logo {
    margin-right: 15px;
    margin-bottom: 15px;
}   
#business-client .client-title h3 {
    font-family: "Jost", serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #662D91;

}
#company-profile .services-category {
    padding-top: 45px;
}
#company-profile .company-desc p {
    font-size: 20px;
    font-weight: 400;
}
@media only screen and (max-width: 1204px) {
    #message .message-image {
        margin-top: 0;
        max-width: 350px;
    }
    #landing .landing-title {
        padding-bottom: 25px;
    }
    .message-landing #landing {
        height: 30vh;
    }
}
@media only screen and (max-width: 992px) {
    #company-profile .service-card .service-name {
        position: relative;
        color: #000;
        width: 100%;
        font-size: 20px;
        padding-top: 15px;
        padding-left: 0;
    }
    #company-profile .service-image {
        padding-bottom: 10px;
    }
    #company-profile .service-image::before {
        display: none;
    }
    #business-client .client-title h3 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 768px) {
    #landing .landing-title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 576px) {
    #landing .landing-title {
        font-size: 26px;
    }
    #landing .landing-title {
        padding-bottom: 0px;
    }
    #message .message-image {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #business-client .field-partner {
        justify-content: space-evenly;
    }
    #business-client .field-partner .partner-logo {
        width: 30%;
        margin-right: 0;
    }
    #business-client .client-title h3 {
        font-size: 20px;
        text-align: center;
    }
}
