@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.leaflet-control-attribution {
    display: none !important;
}
.dg-attribution,
.dg-control-attribution {
    display: none !important;
}

.page-home {
    background: #262E6A;
    background: #262E6A url(../images/img-2.png?v1) top right no-repeat;
    background-size: 100%;
}
.page-home .section-a {
    padding-top:140px;

}
.page-home .section-b {
    margin-top:60px;
    margin-bottom:60px;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 730px;
}
.page-home .section-b .head-a {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.page-home .section-c .panel-a {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: #FFF;
    width: 730px;
    padding: 10px 15px 10px 25px;
    color: #001B54;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.39px;
    text-transform: uppercase;
}
.page-home .section-c .panel-a:hover {
    text-decoration: none;
    background: rgb(255 255 255 / 0.7);
}
.page-home .section-d  {
    width: 730px;
    margin-bottom:200px;
}
.page-home .section-d .panel-a {

}
.page-home .section-d .panel-a img {
    border-radius: 8px;
    background: #ffffff;
    width: 167px;
    height: 167px;
}
.page-home .section-d .panel-b {
    border-radius: 8px;
    background: #ffffff;
}
.page-home .section-d .panel-b #map {
    width: 100%;
    height: 167px;
    border-radius: 8px;
}

@media (max-width: 576px)
{
    .page-home {
        background: #262E6A;
        background: #262E6A ;
        background-size: contain;
    }
    .page-home .section-a {
        padding-top: 50px;
    }
    .page-home .section-b {
        width: 100%;
    }
    .page-home .section-c {
        width: 100%;
    }
    .page-home .section-c .panel-a {
        width: 100%;
    }
    .page-home .section-d  {
        width: 100%;
        margin-bottom:100px;
    }
}








