.maklon-section {
    background-color: var(--bs-primary);
    padding: 40px 0;
}

.company-title {
    font-size: 52px;
}

.cta-section {
    background:
        linear-gradient(to right,
            rgba(31, 22, 101, .99),
            rgba(31, 22, 101, 0)),
        url('../../img/cta-section.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.adv-icon-img {
    height: 100px;
}

.box {
    height: 129px;
}

.banner-maklon {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.banner-maklon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-container {
    display: flex;
}