﻿.about-section {
    background-color: #f5f6f8;
    padding: 30px 0;
    text-align: center;
}

.about-title {
    font-size: 32px;
    font-weight: 600;
    color: #011C46;
    margin-bottom: 10px;
}

.about-underline {
    width: 175px;
    height: 3px;
    background-color: #dc2626;
    margin: 0 auto 30px auto;
}

.about-img {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 25px;
}

.about-text {
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    color: #374151;
}

.split-section {
    padding: 0;
}

.split-left {
    background-color: #011C46;
    color: #ffffff;
    padding: 60px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.split-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
}

.split-text {
    line-height: 1.7;
    color: #d1d5db;
}

.split-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.split-img-wrapper {
    height: 100%;
    min-height: 350px;
}

.StorageTips {
    color: #011C46;
    font-size: 20px;
    font-weight: bold;
}

.size_guide .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
}

    .size_guide .nav-tabs .nav-link {
        border: none;
        border-radius: 0;
        padding: 15px 25px;
        text-align: center;
        background: #dcdcdc;
        color: #2c3e75;
        margin-right: 2px;
    }

        .size_guide .nav-tabs .nav-link.active {
            background: #2c3e75;
            color: #fff !important;
        }

    .size_guide .nav-tabs h2 {
        font-size: 22px;
        margin: 0;
    }

    .size_guide .nav-tabs p {
        margin: 0;
        font-size: 14px;
    }

.center {
    width: 100%;
}

.LeftBorder {
    border-left: solid #011C46;
    height: 34rem;
}

@media screen and (max-width: 992px) {
    .LeftBorder {
        border-left: none;
        height: 10%;
    }

    .nav-tabs .nav-item {
        width: 100%;
    }

    .size_guide .nav-tabs .nav-link {
        width: 100%;
        margin-left: 0px;
    }
}
