/* Home Banner */
.home-banner{
    background: url(../img/banner/home-banner.png) center no-repeat #0D2528;
    background-size: cover;

    min-height: 510px;

    display: flex;
    align-items: center;
    position: relative;
}
.home-banner::after{
    content: '';
    background: linear-gradient(90deg, rgba(13, 37, 40, 0.9) 49.35%, rgba(16, 46, 50, 0) 78.39%);

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.home-banner .title-text{
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    /* line-height: 41px; */
    /* letter-spacing: 0.025em; */

    color: #FFFFFF;
}


/* Section Title */
.section-title-line{
    width: 80px;
    height: 5px;

    background: #6EA7A1;
}
.section-title{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;

    color: #102E32;
}
.section-subtext{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;

    color: #102E32;
}


/* Home Section Card */
.home-section-card{
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}
.home-section-card .title-txt{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;

    color: #102E32;
}
.home-section-card .content-txt{
    font-weight: 600;
    font-size: 12px;
    line-height: 170%;

    color: #102E32;
}
.home-section-card a{
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */


    color: #6EA7A1;
}
.home-section-card .card-img img{
    width: 100%;
    height: 137px;

    object-fit: cover;
}
.home-section-card{}
.home-section-card{}
.home-section-card{}
.home-section-card{}
.home-section-card{}
.home-section-card{}
