.scholarship .main-content {
    padding: 0;
}

.main-content h2 {
    font-size: 24px;
    margin-bottom: 4px;
}

.main-content h3 {
    font-size: 18px;
    margin-top: 0;
}

.main-content .round-icon-dark {
    background-color: #363636;
    border-radius: 100%;
    float: left;
    height: 30px;
    margin: 0 12px 0 0;
    padding: 0;
}

@media (min-width: 768px) {
    .main-content .round-icon-dark {
        margin: 10px 12px 0 0;
    }
}

.scholarship .page-header {
    padding-right: 60px;
}

.scholarship-wrapper {
    padding: 20px;
}

.scholarship-logo {
    /*background-color:#fff; */
    box-sizing: border-box;
    display: inline-block;
    margin-right: 20px;
    padding: 8px;
    vertical-align: bottom;
    width: 120px;
}

.main-content .scholarship-logo img {
    height: auto;
    padding: 0;
    width: 100%;
}

.scholarship h1 {
    color: #fff;
    display: inline-block;
    width: calc(100% - 140px);
}

.main-content .buttons {
    margin: 20px 0 0;
    text-align: right;
}

.buttons button {
    background: #fff;
    border: none;
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
}

.buttons button:hover {
    color: #e42312;
}

@media (min-width: 768px) {
    .scholarship h1 {
        width: calc(100% - 250px);
    }
    .main-content .buttons {
        display: inline-block;
        margin: 0;
        width: 100px;
    }
    .buttons button {
        width: 100%;
    }
    .scholarship-wrapper {
        padding: 60px;
    }
}

.scholarship-overview {
    box-shadow: 0 -1px 0 #e1e1e1 inset;
    display: block;
    margin-bottom: 26px;
}

.scholarship-overview>div {
    box-sizing: border-box;
    padding-bottom: 16px;
}

.scholarship-overview h3 {
    font-size: 17px;
    margin: 12px 0 4px;
}

.scholarship-overview p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .scholarship-overview {
        display: -ms-flex;
        display: flex;
        margin-bottom: 0;
    }
    .scholarship-overview>div {
        border-left: 1px solid #e1e1e1;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        padding: 0 0 16px 20px;
        width: 33.333%;
    }
    .scholarship-overview>div:first-child {
        border-left: none;
        padding: 0 0 16px 0;
    }
    .scholarship-overview>div:nth-child(4) {
        padding: 0 0 16px 20px;
    }
}

.main-content .conditions {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 0px 16px 0px;
}

.scholarship-what {
    box-shadow: 0 -1px 0 #e1e1e1 inset;
    display: block;
    margin-bottom: 26px;
}

.scholarship-what>div {
    box-sizing: border-box;
    padding-bottom: 16px;
}

.scholarship-what h3 {
    font-size: 18px;
    margin: 12px 0 4px;
}

.scholarship-what p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    padding-left: 42px;
}

@media (min-width: 768px) {
    .scholarship-what {
        display: -ms-flex;
        display: flex;
    }
    .scholarship-what>div {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        padding: 16px 0 16px 20px;
        width: 33.333%;
    }
    .scholarship-what>div:first-child {
        padding: 16px 0;
    }
    .scholarship-what>div:nth-child(4) {
        padding: 16px 0 16x 20px;
    }
}

.read-more-button {
    display: none;
}

@media (max-width: 768px) {
    .js .read-more {
        max-height: 114px;
        overflow: hidden;
        position: relative;
        transition: max-height 0.5s ease-in-out;
    }
    .js .read-more.open {
        max-height: 10000px;
    }
    .read-more-button {
        display: block;
        text-align: center;
        transform: translateY(-20px);
        transition: transform 0.3s 0.3s ease-in-out;
    }
    .read-more-button button {
        background: #e42312;
        border: none;
        box-shadow: 0 0 4px #666;
        color: #fff;
        font-family: inherit;
        font-size: 16px;
        margin-top: -12px;
        padding: 8px;
    }
}