*,*::before,*::after {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial;
}

section {
    min-height: 100vh;
    padding-inline: 1rem;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.coming-soon {
    min-height: 100vh;
}

.left-content{
    background-image: linear-gradient(rgba(44,62,80, 0.8), rgba(52,152,219, 0.8)), url(../images/bg_3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.left-content, .right-content {
    min-height: 100vh;
    min-width: 50vw;
}

.title1 {
    font-size: clamp(38px, calc(7vw + 5px), 48px);
    font-weight: 700;
    color: #5c5c5c;
}

.head-txt{
    font-size: 14px;
    font-weight: 700;
    color: #5c5c5c;
}

.desc {
    color: #a3a3a3;
}

.text-spacing {
    letter-spacing: 12px;
}

.value{
    font-size: clamp(36px, calc(7vw+5px), 66px);
    font-weight: bold;
    margin: 0;
}

.val-type{
    font-size: 13px;
    font-weight: bold;
}

.value, .val-type {
    color:white;
}

@media (max-width: 576px) {
    .left-content, .right-content {
        min-height: auto;
        min-width: 100%;
    }

    .left-content{
        background-position: top 20% right 0;
    }
}