#contact .container:has(#content-wrapper){
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
}
#contact  .email-subscription{
    margin-top: 100px;
}
#contact  #content-wrapper .page-footer{
    display: none;
}
#contact  #content-wrapper{
    max-width: 620px;
    width: 100%;
}
.h2.contact__title,.contact-form .h2 {
    font-size: 32px;
}
#contact.layout-left-column #left-column{
    padding-right: unset;
    max-width: 100%;
    width: 100%;
}
.rx-contact__details{
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.contact__item:not(:first-of-type){
    padding-top: 0px;
    align-items: center;
}
.contact__item a{
    color: #FFD600;
}
.contact__item{
    padding-bottom: 0px;
}
.contact__details i{
    margin-right: 10px;
    color: #000;
}
.contact-form .alert-success{ 
    margin-top: 20px;
}
@media screen and (max-width: 1399.98px) {
    .rx-contact__details{
        flex-direction: column;
    }
}
@media screen and (max-width: 991.98px) {
    .rx-contact__details{
        flex-direction: row;
    }
    #contact .container:has(#content-wrapper){
        flex-direction: column;
        gap: 32px;
    }
    #contact  #content-wrapper{
        max-width: 100%;
    }
}
@media screen and (max-width: 575.98px) {
    .rx-contact__details{
        flex-direction: column-reverse;
    }
    .h2.contact__title,.contact-form .h2 {
        font-size: 24px;
    }
    #contact .email-subscription{
        margin-top: 60px;
    }
    .contact-form .alert-success ul li{ 
       text-align: center;
    }
    .contact-form .form-footer .btn {
        width: 100%;
    }
}