.inductess-section {
    padding: 75px 0;
    background-color: #F7F3EB;
}

.inductess-section .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inductess-section .wrapper .left-col {
    width: 25%;
}

.inductess-section .wrapper .right-col {
    width: 73.456%;
}

.inductess-section .section-title {
    margin-bottom: 50px;
}

.inductess-section .wrapper .left-col .year-list ul li:before {
    content: none;
}

.inductess-section .wrapper .left-col ul li {
    padding: 0;
}

.inductess-section .wrapper .left-col ul li a {
    padding: 13px 20px;
    border: 1px solid #DECAA4;
    display: inline-block;
    border-radius: 6px;
    color: #243746;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.inductees-download .list-wrapper .list-col ul li .download-btn[href="javascript:void(0);"] {
    pointer-events: none;
}

.inductess-section .wrapper .left-col ul li:not(:last-child) {
    margin-bottom: 15px;
}

.inductess-section .wrapper .left-col ul li a:hover,
.inductess-section .wrapper .left-col ul li a.year-tab.active {
    background: #cadbeb;
    border-color: #cadbeb;
}

.inductees-tab {
    display: none;
}

.inductees-main .image-text {
    margin-bottom: 35px;
}

.inductees-main .inductees-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.inductees-main .inductees-img {
    position: relative;
    padding-bottom: 45.046%;
    margin-bottom: 25px;
}
.inductees-main .image-text p {
    font-size: 18px;
    line-height: 24px;
}
.inductees-download .list-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px 0 -22px;
}

.inductees-download .list-wrapper .list-col {
    width: 33.33%;
    padding: 0 22px;
}

.inductees-download .list-wrapper .list-col ul {
    margin: 0;
}

.inductees-download .list-wrapper .list-col ul li {
    padding: 0;
}

.inductees-download .list-wrapper .list-col ul li:before {
    content: none;
}

.inductees-download .list-wrapper .list-col ul li .download-btn {
    background: transparent;
    border: 0;
    width: 100%;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: solid 1px rgba(222, 202, 164, 0.75);
    border-radius: 0;
    font-size: 18px;
    text-decoration: none;
}

.inductees-download .list-wrapper .list-col ul li .download-btn span.img {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background: #DECAA4;
    margin-left: 10px;
}

.inductees-download .list-wrapper .list-col ul li .download-btn span.img:before {
    background-image: url('../images/icons/mynaui_black_download.svg');
    background-size: 16px;
}

.inductees-download .list-wrapper .list-col ul li .download-btn span.img::after {
    background-image: url('../images/icons/mynaui_black_download.svg');
    background-size: 16px;
}

@media (max-width: 1199px) {
    .inductess-section .wrapper .left-col {
        width: 20%;
    }

    .inductess-section .wrapper .right-col {
        width: 78%;
    }

    .inductees-download .list-wrapper {
        margin: 0 -10px 0 -10px;
    }

    .inductees-download .list-wrapper .list-col {
        padding: 0 10px;
    }

    .inductess-section .wrapper .left-col ul li a {
        font-size: 18px;
        line-height: 24px;
    }

    .inductees-download .list-wrapper .list-col ul li .download-btn {
        font-size: 16px;
        line-height: 21px;
    }
}

@media (max-width: 919px) {
    .inductess-section {
        padding: 70px 0;
    }

    .inductess-section .wrapper .left-col {
        width: 100%;
    }

    .inductess-section .wrapper .left-col ul li {
        display: inline-block;
    }

    .inductess-section .wrapper .left-col ul li:not(:last-child) {
        margin-right: 15px;
    }

    .inductess-section .wrapper .right-col {
        width: 100%;
        margin-top: 45px;
    }

    .inductees-download .list-wrapper .list-col {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .inductees-main .image-text p {
        font-size: 14px;
        line-height: 19px;
    }
}
@media (max-width: 575px) {
    .inductess-section .wrapper .left-col ul li {
        display: block;
    }

    .inductees-main .inductees-img {
        padding-bottom: 44.842%;
    }
}