section {
    padding-bottom: 60px;
    min-height: 200px;
}

section:first-of-type {
    padding-top: 60px;
}

section .heading {
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
}

/* Top section */

.news-section {
    background: #F4F8F9;
}

.news-section h1.heading {
    font-weight: 700;
    font-size: 32px;
    line-height: 19px;
}

.feature{

}

.news-section .img-wrapper {
    position: relative;
}

.news-section .feature img {
    width: 100%;
    border-radius: 3px;
    aspect-ratio: 530 / 400;
    object-fit: cover;
    object-position: center;
}

.news-section .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    color: #004A6E;
}
.news-section span.date {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #33A3DC;
}

.news-section .list:not(:first-of-type) {
    margin-top: 1em;
}

.news-section .list .media img {
    width: 242px;
    border-radius: 3px;
    aspect-ratio: 200 / 150;
    object-fit: cover;
    object-position: center;
}

.news-section .list .media .media-body {
    position: relative;
}

/* End -- Top section */

/* About section */

.about-section {
    color: #ffffff;
    padding: 40px 70px 30px 70px;

    background-color: #f15a22;
    background-image: url('../images/foreground.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;

    font-size: 16px;
    line-height: 1.625em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.about-section .content{
    max-width: 1440px;
    margin: auto;
}

.about-section .content .title{
    font-size: 40px;
    line-height: 1.05em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.about-section .content .text{
    padding-right: 130px;
}

/* End -- About section */

/* Partners section */

.partners-section{
    color: #004A6E;
    padding: 50px 70px 45px 70px;
}

.partners-section .content{
    max-width: 1440px;
    margin: auto;
}

.partners-section select {
    color: #004A6E;
    border: 1px solid #00ACED;
    box-sizing: border-box;
    border-radius: 4px;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #FFFFFF url(../images/icons/arrow-down.svg) no-repeat;
    background-position-x: 98%;
    background-position-y: 10px;
    cursor: pointer;
}
.partners-section select:hover,
.partners-section select:active,
.partners-section select:visited,
.partners-section select:focus {
    color: #00ACED;
    outline: none;
    box-shadow: none;
}

.partners-section .map{
    width: 100%;
    height: 100%;
    border: 1px solid #004A6E;
}

#map-popover{
    position: absolute;
    top: 0;
    left: 0;
    background: #004A6E;
    font-size: 20px;
    padding: 18px 18px 18px 18px;
    width: max-content;
    border-radius: .4em;
    display: none;
    transform: translateX(-50%) translateY( -100%);
    z-index: 2;
    margin-top: -.5em;
}

#map-popover .title{
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 1em;
    text-align: center;
}

#map-popover:after{
    content: "";
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    bottom: -.5em;
    left: calc(50% - .5em);
    background: #004A6E;
    transform: rotate(45deg);
    z-index: 1;
}
/* End -- Partners section */
