.footerMainView{
    padding: 60px;
    padding-top:80px;
}
.footerSubtitleLabel{
    color: #596780;
    font-size: 16px;
    font-weight: 500;
    padding-top: 20px
}
.footerAboutTitle{
    color: #1A202C;
    font-size: 20px;
    font-weight: 600
}
.footerOptionsLabels{
    color: #596780;
    font-size: 16px;
    font-weight: 500
}
.footerOptionsSocialLabel{
    color: #596780;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.footerIconsImg{
    width: 24px;
    height: 24px;
}
.footerCopyrightLabel{
    color: #1A202C;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;

}
.footerBottomLabel{
    color: #1A202C;
    font-size: 16px;
    font-weight: 500
}

@media (max-width: 767px) {
    .footerMainView{
        padding: 24px;
        padding-top:50px;
    }
    .footerSubtitleLabel{
        color: #596780;
        font-size: 12px;
        font-weight: 500;
        padding-top: 20px
    }
    .footerAboutTitle{
        color: #1A202C;
        font-size: 20px;
        font-weight: 600
    }
    .footerOptionsLabels{
        color: #596780;
        font-size: 14px;
        font-weight: 500
    }
    .footerOptionsSocialLabel{
        color: #596780;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0;
    }
    .footerIconsImg{
        width: 16px;
        height: 16px;
    }
    .aboutSocialSection
    {
        padding-top: 35px;

    }
    .footerAboutSection
    {

    }
    .footerSocialSection
    {
    }
    .footerCopyrightLabel{
        color: #1A202C;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .footerBottomLabel{
        color: #1A202C;
        font-size: 12px;
        font-weight: 600
    }
    .containerForCopyRight{
        justify-content: center;
    }
}
@media  (min-width: 768px) {
    .aboutSocialSection
    {
        display: flex;
        justify-content: end;
    }
    .footerAboutSection
    {
        padding-right: 150px
    }
    .footerSocialSection
    {
        padding-right: 50px
    }
    .footerBottomSectionOptions{
        padding-left: 30px; padding-right:30px; display: flex; justify-content: end
    }
}

