@media screen and (max-width: 359px) {
    .logo-image img {
        height: 40px !important;
    }

    .logo-info-title {
        font-size: 16px !important;
    }

    .logo-info-desc {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 360px) {
    .logo-image img {
        height: 48px !important;
        width: auto !important;
    }

    .logo-info-title {
        font-size: 18px !important;
        line-height: 1.8 !important;
    }

    .logo-info-desc {
        font-size: 15px !important;
        line-height: 1.6 !important;
    }
}

@media screen and (max-width: 767px) {
    .logo-info {
        margin-left: 6px !important;
    }

    .logo-image {
        height: auto !important;
    }

    .logo-contact-container {
        display: none !important;
    }

    .logo-container {
        width: auto !important;
        height: 100% !important;
        border-bottom: none !important;
    }

    .logo-container .wrapper,
    .logo-info-container {
        height: 100% !important;
    }
}

.logo-container {
    width: 100%;
    height: 120px;
    border-bottom: 2px solid #2CB4EF;
}

.logo-container .wrapper {
    display: flex;
    align-items: center;
}

.logo-link {
    width: auto !important;
}

.logo-container .wrapper {
    display: flex;
    padding: 0;
    justify-content: space-between;
}

.logo-info-container {
    height: 120px;
    display: flex;
    align-items: center;
}

.logo-image {
    /*min-width: 340px;*/
    /*height: 90%;*/
    /*height: 85px;*/
}

.logo-image img {
    width: auto !important;
    height: 75px;
}

.logo-info {
    /*height: 60px;*/
    margin-left: 30px;
}

.logo-info-title {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
}

.logo-info-desc {
    color: #707070;
    font-size: 22px;
}

.logo-contact-container {
    height: 80px;
    display: flex;
    align-items: center;
}

.logo-contact-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.logo-contact-info {
    font-size: 18px;
    line-height: 1.5;
}

.logo-contact-tel {
    font-size: 24px;
    color: #f27e0a;
    font-weight: bold;
}