@media only screen and (max-width: 768px){
    .bg-img p{
        margin-left: 30%;
    }
    .bg-img a{
        font-size: 35px;
    }
    .main-course{
        width: auto;
    }
    .sub-heading{
        margin-left: -30%;
    }
    .text{
        font-size: 29px;
    }
    .mble-col-bot{
        margin-bottom: 30% !important;
    }
    .year_coach{
        width: 220px;
        height: 220px;
        background-color: #996515; 
        box-shadow: -5px 5px 5px rgba(0, 63, 0, 1);
        transform: rotate(45deg); /* Rotate the diamond shape */
        position: relative;
        margin-top: 40px;
        color: white;
        text-align:center;
        font-size:20px;
        font-weight: bold;
        padding-top: 50px;
        text-transform: uppercase;
        margin-left: 20%;
        padding-top:40px;
    }
    .col{
        margin-bottom: 17%;
    }
}