.top-content-3 .item-first .title-first{

    font-family: 'MYRIADPRO-BOLD';
    font-size: 19px;

}

.top-content-3 .item-first .img-first img{

    height:530px;

}

@media only screen and (max-width: 1024px){

    .top-content-3 .item-first .img-first img {

        height: 470px;

    }

}

@media only screen and (max-width: 768px){

    .top-content-3 .item-first .img-first img {

        height: 300px;

    }
    .fullwidth-template{
        width: 100%;
        overflow: hidden;
    }

}