.bg-bannerMain {
    height: 574px;
}
.bannerMain .bannerMain-content {
    flex-direction: column;
}
.bannerMain.bg-mobile {
    display: none;
}
.bannerMain .bannerMain-content h1 {
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}
.about-solution {
    padding-block: 40px;
}
.about-solution .row {
    --bs-gutter-y: 24px;
}
.about-solution .flex-column {
    padding-top: 24px;
}
.about-solution .flex-column:first-child {
    padding-top: 0;
}
.about-solution .item {
    padding: 60px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    height: 100%;
}
.about-solution .fixed-height {
    height: 100%;
}
.text-italic {
    font-style: italic;
}
.about-solution .item-comment {
    padding: 246px 80px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    background: url(../images/bg_logistics_solution.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.about-solution .item-comment .item-comment-content {
    height: 227px;
}
.text-right {
    text-align: right;
}
.fw-small-normal {
    font-weight: 300 !important;
}
.p-84 {
    padding: 64px;
}
h2 {
    line-height: 32px !important;
}
.solutions-img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
}
.solutions-img:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,14%);
}
.solutions-img img {
    transform: scale(1);
    transition: all 0.8s ease-in-out;
}
.solutions-img:hover img {
    transform: scale(1.1);
}
@media (max-width: 991.98px) {
    .about-solution {
        padding-block: 20px;
    }
    .about-solution .item,
    .about-solution .item-comment,
    .p-84 {
        padding: 20px;
    }
    .bannerMain .bannerMain-content h1 {
        margin-bottom: 16px;
    }
    .bannerMain .bannerMain-content .col-12 {
        width: 162px;
        height: 106px;
    }
    .about-solution .item-comment .item-comment-content {
        height: 100%;
    }
    .about-solution .item h2 {
        font-size: 18px;
    }
    .about-solution .item p {
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    .bannerMain .bg-bannerMain {
        height: 300px;
    }
    .bannerMain .bannerMain-content h1 {
        font-size: 20px;
        line-height: 22px;
    }
    .bannerMain .bannerMain-content .col-12 {
        width: 120px;
        height: 76px;
    }
    .about-solution .item-comment {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 525.98px) {
    /* .about-solution .row img {
        margin: 10px 0 20px;
    } */
}
