.btn-primary-inversed {
    color: #DD3531;
    background-color: #ffffff; 
    transition: all ease 0.1s; 
    border: 1px solid #ffffff;
}

.btn-primary-inversed:hover {
    color: #DD3531;
    transition: all ease 0.1s;
    background-color: unset; 
    border: 1px solid #ffffff;
    color:#ffffff;
}

.btn-outline-primary:hover {
    color: #DD3531;
    background-color: #ffffff; 
    transition: all ease 0.1s; 
    border: 1px solid #ffffff;
}

.main-banner {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
}

.head-sub-title {
    line-height: 1;
}

.main-banner .row {
    height: 100%;
}

.main-banner .text-container p {
    font-size: 18px;
}

.main-banner h1 {
    color:#ffffff;
}

@media (max-width: 767px) {
    .btn-primary-inversed{
        margin-bottom: 15px !important;
    }
    
    .main-banner {
        height: 700px;
        margin-top: -20px !important;
    }
}