@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero__area-3 .sec-title {
        font-size: 146px;
    }
}

.hero__area-3 .title-right {
    position: absolute;
    right: 81px;
}

.hero__area-3 {
    background-image: linear-gradient(to right top, #f7e6e6, #f8ecef, #f9f3f7, #fbf9fc, #ffffff);
}

.header__area-3 {
    background: #fff;
}

.hero__text-3 p {
    color: #222222;
}

.theme-color {
    color: #BF3C02 !important;
}

.brand__list, .brand__list-3, .brand__list-2 {
    grid-template-columns : repeat(4, 1fr);
}