/*这个文件是对英文版本css文件的修正（重载），英文版的样式文件每次要原封不动地更新覆盖旧的 202308 */



@media only screen and (max-width: 767px) {

}


@media only screen and (min-width: 768px) {

    .ferrari-learnmore .row .col-sm-6 h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 40px;
    }

    .btn-type-watch:before {
        content: "";
        position: absolute;
        background: url(/wps/wcm/connect/img/Play-black.svg?MOD=AJPERES) no-repeat;
        width: 24px;
        height: 25px;
        display: inline-block;
        margin-right: 0;
        top: calc(50% - 10px);
        left: -14px;
        -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-watch {
        position: relative;
        color: #262338;
        font-size: 18px;
        font-weight: 600;
        line-height: 25.2px;
        line-height: normal;
        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);
    }

}
