#socials {
    justify-content: center;
    text-align: center;
}
.WithMaxContent{
    width: max-content;
}
@media (max-width: 575.98px) {
    .ContactUsRow{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ContactUsPage {
        width: 90%;
        display: flex;
        flex-direction: column;
        padding-top: 30px;
    }
    .GlobalTitleFrame {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 20px;
    }
    .GlobalTitleFrame h2 {
        color: #6c6c6d;

    }
    .MapFrame{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .MapInnerFrame{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .MapInnerFrame iframe{
        width: 100%;
    }
    .ContactUsContent{
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-top: 40px;
        color: #6c6c6d;
    }
    .ContactUsContent .ContactFormFrame{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .ContactUsContent .ContactInformation{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        /*margin-right: 2%;*/
    }
    .ContactUsContent .ContactFormFrame .description{
        display: flex;
        flex-direction: column;
        font-size: 14px;
        text-align: right;
        line-height: 25px;
    }
    .ContactUsContent .ContactFormFrame .ContactFormBox{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .ContactUsContent .ContactFormFrame .ContactFormBox form{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .ContactUsContent .ContactFormFrame .ContactFormBox form .RowInput{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .ContactUsContent .ContactInformation .InformationBox{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .ContactUsContent .ContactInformation .InformationBox .aboutInFooter .SocialNetworkTitle,.ContactUsContent .ContactInformation .InformationBox .InfoLabel{
        font-size: 20px;
        color: #b6a201;
    }
    .ContactUsContent .ContactInformation .InformationBox .InfoValue{
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: right;
        font-size: 14px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ContactUsRow{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ContactUsPage {
        width: 90%;
        display: flex;
        flex-direction: column;
        padding-top: 30px;
    }
    .GlobalTitleFrame {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 20px;
    }
    .GlobalTitleFrame h2 {
        color: #6c6c6d;

    }
    .MapFrame{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .MapInnerFrame{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .MapInnerFrame iframe{
        width: 100%;
    }
    .ContactUsContent{
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-top: 40px;
        color: #6c6c6d;
    }
    .ContactUsContent .ContactFormFrame{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .ContactUsContent .ContactInformation{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        /*margin-right: 2%;*/
    }
    .ContactUsContent .ContactFormFrame .description{
        display: flex;
        flex-direction: column;
        font-size: 14px;
        text-align: right;
        line-height: 25px;
    }
    .ContactUsContent .ContactFormFrame .ContactFormBox{
        display: flex;
        flex-direction: column;
        width: 80%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .ContactUsContent .ContactFormFrame .ContactFormBox form{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .ContactUsContent .ContactFormFrame .ContactFormBox form .RowInput{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .ContactUsContent .ContactInformation .InformationBox{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .ContactUsContent .ContactInformation .InformationBox .aboutInFooter .SocialNetworkTitle,.ContactUsContent .ContactInformation .InformationBox .InfoLabel{
        font-size: 20px;
        color: #b6a201;
    }
    .ContactUsContent .ContactInformation .InformationBox .InfoValue{
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: right;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .ContactUsRow{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ContactUsPage {
        width: 90%;
        display: flex;
        flex-direction: column;
        padding-top: 30px;
    }
    .GlobalTitleFrame {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 20px;
    }
    .GlobalTitleFrame h2 {
        color: #6c6c6d;

    }
    .MapFrame{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .MapInnerFrame{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .MapInnerFrame iframe{
        width: 100%;
    }
    .ContactUsContent{
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
        margin-top: 40px;
        color: #6c6c6d;
    }
    .ContactUsContent .ContactFormFrame{
        width: 60%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .ContactUsContent .ContactInformation{
        width: 38%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        margin-right: 2%;
    }
    .ContactUsContent .ContactFormFrame .description{
        display: flex;
        flex-direction: column;
        font-size: 14px;
        text-align: right;
        line-height: 25px;
    }
    .ContactUsContent .ContactFormFrame .ContactFormBox{
        display: flex;
        flex-direction: column;
        width: 80%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .ContactUsContent .ContactFormFrame .ContactFormBox form{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .ContactUsContent .ContactFormFrame .ContactFormBox form .RowInput{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .ContactUsContent .ContactInformation .InformationBox{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .ContactUsContent .ContactInformation .InformationBox .aboutInFooter .SocialNetworkTitle,.ContactUsContent .ContactInformation .InformationBox .InfoLabel{
        font-size: 20px;
        color: #b6a201;
    }
    .ContactUsContent .ContactInformation .InformationBox .InfoValue{
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: right;
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ContactUsRow{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ContactUsPage {
        width: 90%;
        display: flex;
        flex-direction: column;
        padding-top: 30px;
    }
    .GlobalTitleFrame {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 20px;
    }
    .GlobalTitleFrame h2 {
        color: #6c6c6d;

    }
    .MapFrame{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .MapInnerFrame{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .MapInnerFrame iframe{
        width: 100%;
    }
    .ContactUsContent{
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
        margin-top: 40px;
        color: #6c6c6d;
    }
    .ContactUsContent .ContactFormFrame{
        width: 60%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .ContactUsContent .ContactInformation{
        width: 38%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        margin-right: 2%;
    }
    .ContactUsContent .ContactFormFrame .description{
        display: flex;
        flex-direction: column;
        font-size: 14px;
    }
    .ContactUsContent .ContactFormFrame .ContactFormBox{
        display: flex;
        flex-direction: column;
        width: 80%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .ContactUsContent .ContactFormFrame .ContactFormBox form{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .ContactUsContent .ContactFormFrame .ContactFormBox form .RowInput{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .ContactUsContent .ContactInformation .InformationBox{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .ContactUsContent .ContactInformation .InformationBox .aboutInFooter .SocialNetworkTitle,.ContactUsContent .ContactInformation .InformationBox .InfoLabel{
        font-size: 22px;
        color: #b6a201;
    }
    .ContactUsContent .ContactInformation .InformationBox .InfoValue{
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: right;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .ContactUsRow{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ContactUsPage {
        width: 90%;
        display: flex;
        flex-direction: column;
        padding-top: 30px;
    }
    .GlobalTitleFrame {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 20px;
    }
    .GlobalTitleFrame h2 {
        color: #6c6c6d;

    }
    .MapFrame{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .MapInnerFrame{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .MapInnerFrame iframe{
        width: 100%;
    }
    .ContactUsContent{
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
        margin-top: 40px;
        color: #6c6c6d;
    }
    .ContactUsContent .ContactFormFrame{
        width: 60%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .ContactUsContent .ContactInformation{
        width: 38%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        margin-right: 2%;
    }
    .ContactUsContent .ContactFormFrame .description{
        display: flex;
        flex-direction: column;
        font-size: 14px;
    }
    .ContactUsContent .ContactFormFrame .ContactFormBox{
        display: flex;
        flex-direction: column;
        width: 80%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .ContactUsContent .ContactFormFrame .ContactFormBox form{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .ContactUsContent .ContactFormFrame .ContactFormBox form .RowInput{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .ContactUsContent .ContactInformation .InformationBox{
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .ContactUsContent .ContactInformation .InformationBox .aboutInFooter .SocialNetworkTitle,.ContactUsContent .ContactInformation .InformationBox .InfoLabel{
        font-size: 22px;
        color: #b6a201;
    }
    .ContactUsContent .ContactInformation .InformationBox .InfoValue{
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: right;
        font-size: 14px;
    }
}