.cms-index-index {

}

.welcome_wrapper {
    background: #f5f5f7;
    padding: 40px 3%;
    margin: 10px 0;
}

.div-flex-1 {
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 60px;
}

.div-flex-1 .div-flex-image {
    width: 50%;
    position: relative;
    flex: 0 0 50%;
    min-height: 542px;
}

.div-flex-1 .div-flex-image img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.div-flex-1 .div-flex-content {
    padding: 70px 6%;
    display: flex;
    align-items: center;
    position: relative;
}

.div-flex-1 .div-flex-content h2 {
    color: #275aad;
    font-weight: 400;
    font-size: 64px;
    margin: 0 0 0px;
}

.div-flex-1 .div-flex-content h3 {
    color: #333333;
    font-weight: 400;
    font-size: 35px;
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .div-flex-1 .div-flex-image {
        flex: 0 0 100%;
        min-height: 1px;
        width: 100%;
        left: 0;
    }

    .div-flex-1 .div-flex-image img {
        position: relative;
        height: auto;
    }

    .div-flex-1 .div-flex-content {
        width: 100%;
        left: 0;
    }
}

.div-flex-2 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    column-gap: 60px;
}

.div-flex-2 .flex-child {
    width: calc(33.33% - 150px);
    background: #fff;
    border-radius: 35px;
    padding: 48px 70px 48px 40px;
}

.div-flex-2 .flex-child.blue-bg {
    background-color: #2658a9;
}

.div-flex-2 .flex-child.blue-bg h4,
.div-flex-2 .flex-child.blue-bg p {
    color: #fff;
}

.div-flex-2 h4 {
    font-size: 38px;
    margin: 0 0 10px;
}

.div-flex-2 p {
    color: #333;
    font-size: 15px;
}

.new-sec-icon img {
    display: block;
}

.new-sec-icon {
    margin-bottom: 10px;
    height: 60px;
}

.div-flex-1 .div-flex-content h2,
.div-flex-2 h4,
.div-flex-1 .div-flex-content h3 {
    line-height: 1.2em;
}

@media only screen and (max-width: 1024px) {
    .div-flex-2 .flex-child {
        width: calc(50% - 150px);
    }

    .div-flex-2 h4 {
        font-size: 30px;
    }

    .div-flex-1 .div-flex-content h2 {
        font-size: 55px;
    }
}
@media only screen and (max-width: 767px) {
    .div-flex-2 .flex-child {
        width: 100%;
    }

    .div-flex-1 .div-flex-content h2 {
        font-size: 48px;
    }

    .div-flex-2 h4,
    .div-flex-1 .div-flex-content h3 {
        font-size: 32px;
    }

    .racing_extreme_wrapper {
        flex-direction: column;
    }
}

.racing_extreme_wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.main-container {
    margin: 2% 0 !important;
}
