#hero h1{
    font-size: 90px!important;
    line-height: 110px!important;
}

#hero .btn-green{
    margin-right: 15px;
}

#hero .btn-green:hover{
    color: #fff!important;
}

@media(max-width:1200px){
    #hero h1{
        font-size: 60px!important;
        line-height: 70px!important
    }
}

#mc .content h2,
#mc .content h3,
#mc .content h4,
#mc .content h5{
    margin: 50px 0 20px;
}

#mc{
    padding: 70px 0;
}

#mc .row{
    justify-content: center;
}

#mc .content h2{
    font-size: 40px;
    font-weight: 900;
    color: #1D3460;
    line-height: 49px
}
#mc .content h3{
    font-size: 32px;
    font-weight: 900;
    color: #1D3460;
    line-height: 27px
}
#mc .content h4{
        font-size: 29px;
    font-weight: 900;
    color: #1D3460;
    line-height: 27px
}
#mc .content h5{
    font-size: 27px;
    font-weight: 900;
    color: #1D3460;
    line-height: 27px
}

#mc .content p{
    color: #040707;
    font-size: 17px;
}

#courses h2{
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: #1D3460;
}

#courses .line{
    border-top: 3px solid #17A0D6;
    width: 100px;
}

#courses p{
    text-align: center;
}

#courses .row1{
    justify-content: center;
}

#courses img{
    width: 100%;
    height: 329px;
    object-fit: cover;
}

#courses .image{
    position: relative;
}

#courses .btn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    background: #1D3460;
    text-align: left;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.96px;
    padding: 10px 20px;
}

#courses .row1 .content h3{
    min-height: 0;
}

#courses .image::before{
    content: '';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f061';
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #CCFF00;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

#courses .content{
    margin-top: 20px;
}

#courses h3{
    font-size: 26px;
    font-weight: 900;
    color: #1D3460;
}

#courses .content p{
    text-align: left;
}

@media(max-width:576px){
    #courses h3{
        min-height: 0;
    }
}