.main-title {
    font-size: 54px;
    font-weight: 700;
    line-height: 76px;
    text-align: left;
    color: #D2FF1F;
    text-transform: uppercase;
    font-family: 'Arial', Arial, sans-serif;
    z-index: 99;
}

@media screen and (max-width: 1199px) {
    .main-title {
        font-size: 48px;
        font-weight: 700;
        line-height: 64px;

    }
}

@media screen and (max-width: 639px) {
    .main-title {
        font-size: 36px;
        font-weight: 700;
        line-height: 42px;

    }
}

@media screen and (max-width: 479px) {
    .main-title {
        font-size: 23px;
        line-height: 23px;
        letter-spacing: -1px;

    }
}


