.resize{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.font-size-sub{
    font-size: 16px;
}

@media (max-width: 970px){
    .font-size{
        font-size: 20px;
    }

    .font-size-title{
        font-size: 30px;
    }

    .font-size-subtitle{
        font-size: 20px;
    }

    .font-size-sub{
        font-size: 14px;
    }

    .resize{
        height: 100%;
    }
}

.shadow{
    box-shadow: 4px 4px;
}
