
.bg-header {
    background-color: #f7cf05 !important;
}
.contact {
    border-radius: 6px;
    border: 3px solid #f89418;
    font-size: 16px;
    font-weight: 600;
    margin-left: 50px !important;
}
.contact-icons {
    color: #e4e4e4;
}
.header-content {
    font-size: 18px;
    font-weight: 600;
}
.text-header{
    color:rgb(24 23 23);
}
.contact-icons {
    color:rgb(24 23 23);
}
.btn-login {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 27px;
    background: #f89418;
    color: white;
}


@media only screen and (max-width: 768px) {
    .site-wrapper .site-header .navbar .header-btn {
        right: 55px;
        top: 20px;
    }
    .site-wrapper .site-header .navbar .phone-header {
        display: none;
    }
    .bg-main {
        background-position: center;
        background-size: cover
    }
    .contact {
        margin-left: 22px !important;
    }

    .about_img {
        margin-top: 0px !important;
    }
}
