/* landing */
.landing.sections {
    width: 100%;
    height: 500px;
    position: relative;
    background-image: url('../../../images/bg/bg1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column-reverse;
}

.landing.sections::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000007d;
}

.landing.sections h1,
.landing.sections p {
    margin: 0 50px 30px 0;
    position: relative;
}

.landing.sections i {
    font-size: 11px;
}

/* courese details */
.course-details .info-section img {
    max-width: 100%;
}

.course-details .info-section .info .informations {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 20px;
}

.course-details .info-section .info .informations i {
    margin-left: 10px;
}

.course-details .info-section .info .informations p {
    margin: 0;
}

/* map details */
.map-details .box {
    border-radius: 6px;
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;

}

.map-details .box:hover {
    box-shadow: 0px 0px 5px #b9b9b9;
}