.instant-banner-img {
    width: 100%;
}

.instant-box {
    margin-top: 50px;
}

.instant-title {
    font-family: BWHaasGrotesk-75Bold-Web, Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}

.instant-title-line {
    width: 40px;
    height: 5px;
    background: #F5A623;
    border-bottom: 5px solid #F5A623;
    position: absolute;
    top: 40px;
    right: -50px;
}

.instant-column-box {
    display: flex;
}

.instant-column-box a:hover {
    text-decoration: none;
}

.instant-column-list {
    width: 159px;
    height: 138px;
    background: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}

.instant-column-list span {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    border-bottom: 5px solid #999999;
    padding-bottom: 10px;
    font-family: BWHaasGrotesk-75Bold-Web, Helvetica, Arial, sans-serif;
}

.instant-black {
    background: #262626;
}

.instant-black span {
    color: #F5A623;
    border-bottom: 5px solid #F5A623;
}

.instant-list {
    border-bottom: 1px dotted #000000;
    padding: 60px 0;
    display: flex;
}

.instant-list .left-box {
    width: 200px;
    height: 100%;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    float: left;
}

.instant-list .left-box span:nth-child(1) {
    font-family: BWHaasGrotesk-75Bold-Web, Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 28px;
    line-height: 65px;
}

.instant-list .left-box span:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    color: #AAAAAA;
}

.instant-list .right-box {
    width: 988px;
}

.instant-list .right-box p:nth-child(1) {
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
}

.instant-list .right-box p:nth-child(2) {
    font-size: 16px;
    color: #000000;
}

.instant-list .right-box p a {
    color: #000000;
}
