.small_text{
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    font-family: syne;
    margin: 5px;
}
.title{
    font-size: 50px;
    line-height: normal;
    font-weight: 700;
    font-family: syne;
    margin: 5px;
}
.descripation{
    font-size: 17px;
    line-height: 1.5rem;
    font-weight: 400;
    font-family: syne;
    margin: 5px;
    letter-spacing: 0.5px;
}
.descripation_section{
    padding-top: 7px;
    padding-bottom: 7px;
}
.pad_tp_bt{
    padding-top: 10px;
    padding-bottom: 10px;
}
.pd_bt{
    padding-bottom: 35px;
}
.pd_tp{
    padding-top: 45px;
}
.footer_images_size{
    max-width: 192px;
    height: auto;
}
.footer_title{
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    font-family: syne;
    margin: 5px;
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.footer_descripation{
    font-size: 15px;
    line-height: 1.4rem;
    font-weight: 400;
    font-family: syne;
    margin: 5px;
    letter-spacing: 0.5px;
}
.footer_ul{
    padding: 5px;
}
.footer_li{
    list-style: none;
}
.footer_a{
    display: flex;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: syne;
}
.space{
    width: 100%;
    height: 0.5px;
    background:#afafaf;
}
.sub_text{
    font-size: 38px;
    line-height: normal;
    font-weight: 700;
    font-family: syne;
    margin: 5px;
}