* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'arial';
}
@font-face{
    font-family: 'arial';
    src:url(../fonts/arial/arial.ttf);
}
.head-1{
    display: flex;
    justify-content: center;
    color: brown;
    padding-top: 30px;
    font-size: 45px;
    font-weight: 700;
}
.head-1-2{
    display: flex;
    justify-content: center;
    color: brown;
    padding-top: 30px;
    font-size: 32px;
    font-weight: 900;
}

.head-2{
    margin-left: -15px;

    font-weight: 400;

}
.head-3{
    margin-left: -15px;
    font-size: 20px;
    font-weight: 600;
    word-spacing: 1px;
}

.align-centr{
    display: flex;
    justify-content: space-between;
}

.align-cntr p{
    margin-bottom: 2px !important;
    font-weight:600;
}
.column-one{
align-items: start;
}
.column-two{
width: 400px;
align-items: start;
}

.align-cntr{
    display: flex;
}
.clo-one{
   width: 100px;
}
.clo-one-1{
margin-left: 21px ; 
}
.main-text{
    margin-bottom: -13px;
    margin-left: 2px ;
    font-weight:600;
    }
.squeez-1{
    margin-top: 25px;
}
.bottom-margin{
    margin-bottom: 100px;
}
.end-margin{
    margin-bottom: 100px;
}

@media(max-width:768px){
    .clo-one-1{
        margin-left: 0px ; 
        }
        .main-text{
            margin-left: 0px ;
            }
}
