/*******************************************/
/* Landing page - Visa */
/*******************************************/
#header-landing-visa {
    min-height: 620px;
    background-image: url('../../../images/public-site/landing/visa/bg-header-landing.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}
#header-landing-visa .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1260px;
    margin: 0 auto;
}
@media screen and (max-width: 1260px) {
    #header-landing-visa .container {
        display: block;
        justify-content: unset;
    }
}
#header-landing-visa .container .image {
    width: 50%;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 991px) {
    #header-landing-visa .container .image {
        display: none;
    }
}
#header-landing-visa .container .image img {
    max-width: 445px;
}
@media screen and (max-width: 991px) {
    #header-landing-visa .container .image img {
        max-width: 200px;
        margin-bottom: 50px;
    }
}
#header-landing-visa .container .text {
    width: 50%;
    padding: 1rem 0;
    color: white;
    padding: 0 15px;
}
@media screen and (max-width: 991px) {
    #header-landing-visa .container .text {
        width: 100%;
    }
}
#header-landing-visa .container .text h3 {
    font-size: 40px;
    line-height: 50px;
}
@media screen and (max-width: 991px) {
    #header-landing-visa .container .text h3 {
        font-size: 30px;
        line-height: 40px;
    }
}
#header-landing-visa .container .text img {
    display: unset;
    max-width: unset;
    width: unset;
    height: 26px;
    margin: unset;
}
#header-landing-visa .container .text a {
    margin: 20px auto;
    padding: 15px 30px;
    background-color: white;
    border-radius: 50px;
    color: #6400a9 !important;
    font-size: 18px;
    text-transform: unset;
}
#header-landing-visa .container .text a:hover {
    background-color: #6400a9;
    color: white !important;
}