@charset "UTF-8";
article{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contactAniye{
    margin-top: -185px;
    z-index: 4;
    background-color: #fff;
    border: 3px solid #e42045;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}

.contactAniye .contactUs{
    color: #fff;
    background: #e42045;
    border-color: rgba(203, 174, 97, .25);
    font-size: 18px;
    display: block;
    background-color: #e42045;
    border-radius: 5px;
    border: 1px solid #e42045;
    padding: 12px;
    transition: 500ms;
    text-align: center;
}



@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}