.custom-container{
    max-width: 1500px;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
}

.flush {
    padding: 0 !important;
}

.banner .recruiting.title{
    position: static;
}

.team-pic img {
    width: 100%;
    max-height: 80vh;
    object-fit: cover;
}

.banner .hero-content .title-tag {
    font-size: 22px;
    font-weight: 700;
    padding: 7.5px 20px;
    border: 1px dashed #c3c4c7;
    color: #000;
    position: relative;
}

.banner .hero-content .title-tag::after {
    position: absolute;
    content: "";
    background-image: url("../images/particle/right-arrow.png");
    width: 21px;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -40px;
}

.banner .hero-content .title {
    font-weight: 800;
    line-height: 1.13;
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.banner .hero-content .title span {
    color: #0fb3ff;
}

@media (min-width: 576px) {
    .banner .hero-content .title {
        font-size: 35px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .banner .hero-content .title {
        font-size: 40px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .banner .hero-content .title {
        font-size: 55px;
    }
}

@media (min-width: 1400px) {
    .banner .hero-content .title {
        font-size: 60px;
    }
}

@media (min-width: 1800px) {
    .banner .hero-content .title {
        font-size: 75px;
        margin-top: 43px;
        margin-bottom: 30px;
    }
}

.banner .hero-content .subtitle{
    color: #0fb3ff;
    font-weight: 700;
    margin: 20px 0;
}

.banner .title.recruit{
    font-size: 60px;
    /*margin-top: 43px;*/
    margin-bottom: 30px;
    font-weight: 800;
    line-height: 1.13;
}

.banner .title.recruit span {
    color: #0fb3ff;
}

.banner .inner{
    position: relative;
}

.banner .title-holder{
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
}

.banner .img img{
    max-height: 70vh;
}

.banner .hero-content{
    max-width: 80%;
    float: right;
}

.kw{
    width: 50px;
    margin-right: 8px;
}

.kw-logo{
    position: absolute;
    right: 50px;
    width: auto;
}

.service-single-item .icon img {
    width: 60px;
}

@media screen and (max-width: 768px){
    .banner .title.recruit{
        font-size: 40px;
    }

    .banner .hero-content {
        max-width: 100%;
    }
}

@media screen and (max-width: 576px){
    .banner .title.recruit {
        font-size: 27px;
    }

    .banner{
        padding-top: 85px;
    }
}