/*这个文件是对英文版本css文件的修正（重载），英文版的样式文件每次要原封不动地更新覆盖旧的 202308 */

.main-slider .slide-box .banner-info h2 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 600;
}

.main-slider .slider-action-btn {
    margin-top: 12px;
}

.expertise-item-wrapper .item.last-box {
    flex: 0 0 100%;
}

.expertise-wrapper a.link-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

.expertise-detail-title .p3 {
    min-height: 70px;
}

.insights-events .card-carousel-content h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #14142b;
}

.digital-casestudy .card-carousel-content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #14142b;
    margin-bottom: 30px;
}

.digital-casestudy .card-carousel-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #14142B;
    margin-bottom: 30px;
}

.metlife-stadium-banner .btn.btn-banner {
    font-size: 18px;
    font-weight: 600;
    padding: 14px 32px;
    border: 2px solid #fff;
    color: #fff;
    line-height: 22px;
    border-radius: 5px !important;
    text-transform: inherit;
}
.metlife-stadium-banner .btn.btn-banner:first-child {
    margin-right: 25px;
    color: #17707F;
    background-color: #fff;
    position: relative;
    padding: 14px 54px 14px 32px;
}
.metlife-stadium-banner .btn.btn-banner:first-child:after {
    content: "";
    background: url(../../temp/ferrari/watch-icon.svg?MOD=AJPERES) no-repeat;
    width: 21px;
    right: 14px;
    position: absolute;
    top: 16px;
    height: 20px;
    display: inline-block;
    margin-left: 12px;
    -webkit-transition: all .45s cubic-bezier(.65,0,.076,1);
    -o-transition: all .45s cubic-bezier(.65,0,.076,1);
    transition: all .45s cubic-bezier(.65,0,.076,1);
}
.metlife-stadium-banner .btn.btn-banner:first-child:hover {
    background: #fff;
}

.metlife-change-the-game-wrapper .change-game-quote-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: initial;
    align-items: center;
    background: url(../../temp/ferrari/ferrari-bf-min.jpg?MOD=AJPERES)no-repeat;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 5px 8px 60px rgb(0 0 0 / 30%);
    box-shadow: 5px 8px 60px rgb(0 0 0 / 30%);
}


.supercharging-new-wrap {
    margin-top: 0%;
}

.btn-type-3 {
    min-width: 170px;
    position: relative;
    background: #17707f;
    color: #fff;
    text-align: center;
    border-radius: 5px !important;
    padding: 12px 40px 12px 20px !important;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all .45s cubic-bezier(.65,0,.076,1);
    -o-transition: all .45s cubic-bezier(.65,0,.076,1);
    transition: all .45s cubic-bezier(.65,0,.076,1);
}
.btn-type-3:after {
    content: "";
    background: url(../../new/img/arrow-right-white.svg?MOD=AJPERES) no-repeat !important;
    width: 22px;
    height: 19px;
    display: inline-block;
    margin-left: 9px;
    position: absolute;
    top: 20px;
    -webkit-transition: all .45s cubic-bezier(.65,0,.076,1);
    -o-transition: all .45s cubic-bezier(.65,0,.076,1);
    transition: all .45s cubic-bezier(.65,0,.076,1);
}

@media only screen and (max-width: 767px) {
    .metlife-stadium-banner .btn.btn-banner:first-child {
        padding: 6px 50px 14px 32px !important;
        margin-bottom: 0px;
    }
}


@media only screen and (min-width: 768px) {
    .ferrari-learnmore .row {
        display: flex;
        align-items: center;
        background: #fff;
        padding: 0;
    }
    .ferrari-learnmore .row .col-sm-6 {
        padding: 0;
    }
    .ferrari-learnmore .row .col-sm-6:nth-child(2) {
        padding-left: 30px;
        padding-right: 30px;
    }
}


@media only screen and (max-width: 575px) {
    .main-slider.home #thumbs .owl-stage {
        min-width: 180px;
    }

    .main-slider.home #thumbs {
        max-width: 180px;
    }

    .main-slider .slider-action-btn {
        margin-top: 2px;
    }

    .expertise-detail-title .p3 {
        min-height: 125px;
    }
}