body > div > div > a > img {
    object-fit: none;
    height: 59px;
    width: 349px;
}

body > div > div > a {
    width: 349px;
    transform: translateY(-6px);
}

@media (max-width: 1000px) {
    body > div > div > a > img {
        height: 58px;
    width: 300px;
    object-fit: cover;
    }

   
}

#section3 > div.parallax_inner > div > div.row.courses > div.row.courses > div.row.courses > div:nth-child(1) {
    display: none !important;
}

#section3 > div.parallax_inner > div > div.row.courses > div.row.courses > div.row.courses > div:nth-child(3) {
    display: none !important;
}

#section0 > div > div > div > div > a {
    display: none !important;
}
#section0 > div > div > div > div > form > input[type=email]:nth-child(2) {
    display: none !important;
}
body > section.trial.mt-40.mb-30.text-bold.text-center > div > a {
    font-size: 3rem;
    color: black;
}

#section5 > div > div.row > div:nth-child(1) > a {
    font-size: 28px;
}

/* #section0 {
    /* height: 100vh !important; */
/* }  */
@media (min-width:1000px) {
    #section0 > div > div {
        padding-top: 100px;
    }
}