.gap {
    margin: 10px auto;
    margin-bottom: 40px;
}

.head {
    text-align: center;
    font-size: 40px;
    color: #ea6f30;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: -70px;
}

.size {
    font-size: 18px;
}

.title-page {
    text-transform: uppercase;
}

.pro-main-img img{
    width: 100%;
    height: 450px;
}
@media only screen and (max-width: 600px) {
    .head {
        font-size: 20px;
        margin: 2px 0;
        margin-top: 0px;
    }

    .size {
        font-size: 15px;
    }

    .pro-main-img img{
        height: 100%;
        margin-bottom: 20px;
        
    }

    .head{
        margin-top: -90px;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 20px;
    }
}