.header__wrapper {
    text-align: center;
}

.header__wrapper .header__title {
    font-size: 30px;
    text-transform: uppercase;
}
.contact__us .body__wrapper {
    box-shadow: 0px 10px 20px #2946781a;
    border-radius: 5px;
    padding: 60px 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .contact__us .body__wrapper {
        padding: 30px 10px;
    }
}

.contact__us .body__wrapper form label {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact__us .body__wrapper form input {
    padding: 20px;
    background: #f7f8fa 0% 0% no-repeat padding-box;
    font-size: 16px;
    color: #4e4e4e;
    margin-bottom: 30px;
    border-radius: 5px;
}

.contact__us .body__wrapper form input:focus {
    background: #f7f8fa 0% 0% no-repeat padding-box;
    border: 2px solid #0080ff;
}

.contact__us .body__wrapper form textarea {
    height: 255px;
    font-size: 16px;
    background: #f7f8fa 0% 0% no-repeat padding-box;
}

.contact__us .body__wrapper .text__area__wrapper {
    position: relative;
}

.contact__us .body__wrapper .paper__icon {
    position: absolute;
    right: 25px;
    font-size: 2rem;
    color: #fff;
    bottom: 25px;
    background: var(--dynamic-color);
    border-radius: 5px;
    outline: 0;
    border: 0;
    height: 40px;
    width: 40px;
}
.section__footer {
    padding: 60px 40px 30px;
}

@media screen and (max-width: 991px) {
    .section__footer {
        padding: 50px 10px 10px;
    }
}

.section__footer .info__wrapper {
    display: flex;
}

@media screen and (max-width: 991px) {
    .section__footer .info__wrapper {
        flex-direction: column;
        text-align: center;
        margin-bottom: 30px;
    }
}

.section__footer .info__wrapper .info__icon .icon {
    font-size: 2.2rem;
    color: #0080ff;
    margin-right: 20px;
}

@media screen and (max-width: 991px) {
    .section__footer .info__wrapper .info__icon .icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.section__footer .info__wrapper .info__desc {
    font-size: 16px;
}

.section__footer .info__wrapper .info__desc .info__title {
    color: #6e6e6e;
    display: block;
    text-transform: uppercase;
}

.section__footer .info__wrapper .info__desc p {
    color: #a7a7a7;
}

.box__shadow {
    box-shadow: 0px 10px 20px #2946781a;
}
