body{
    background-image: url('../images/bg-globe.png') ;
    /*background-image: url('../images/bg-globe.png');*/
    background-repeat: no-repeat;
    background-size: 50%;
    
    background-position: top right
}

#globebox{
    position : relative;
}
h2.title{
    position: relative;
    font-size: 24px;
}
h2.title::before{
    content: "";
    position: absolute;
    bottom: -7px;
    width: 40px;
    height: 2px;
    background-color: #ED3237;
    left: calc(50% - 20px);
}

nav{
    background: linear-gradient(89.98deg, #EE3E43 15.2%, #FFA62A 63.85%, #2C4E8E 90.17%);
}
nav .nav-item.active{
    border : 1px solid #fff;
}
.navbar-dark .navbar-nav .nav-link{
    color: #FFF;
}

section{
    /*margin: 60px 0;*/
}

footer .copyright{
    background-color: #e6e7e8;
    padding: 8px 0;
}


@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1340px;
}
}