.letter-spacing-100{
    letter-spacing: 0.1em;
}

.letter-spacing-50{
    letter-spacing: 0.05em;
}

.m-t-b-30{
    margin-top: 30px;
    margin-bottom: 40px;
}

.pt-100{
    padding-top: 100px;
}

.pt-9{
    padding-top: 9px;
}

.top-header{
    margin-top: 157px;
}

.maring-bottom--100{
    margin-bottom: -100px;
}


@media all and (max-width: 1191.98px){
    .top-header{
        margin-top: 100px;
    }
}

@media all and (min-width: 1199px){
    .p-t-120{
        padding-top: 120px!important;
    }

    .p-b-170{
        padding-bottom: 170px!important;
    }

    .p-b-80{
        padding-bottom: 80px!important;
    }

    .m-t-b-70{
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .m-t-b-60{
        margin-top: 60px;
        margin-bottom: 60px;
    }

}

@media all and (max-width: 1198.98px){
    .pt-100{
        padding-top: 50px;
    }

    .top-header{
        margin-top: 80px;
    }
}


.icon{
    width: 50px;
    height: 50px;
    color: red;
}

@media all and (max-width: 767.98px){
    .maring-bottom--100{
        margin-bottom: 0px;
    }
}

 @media all and (max-width: 575.98px){
     .m-t-b-30{
         margin-top: 0px;
         margin-bottom: 0px;
    }

 }