footer{
    box-sizing: border-box;
    height: auto;
    width: 100%;
}
.footer{
    text-align: center;
    padding: 48px 16px 96px;
    background-color: rgb(0, 39, 64);

}

.footer_details{
    box-sizing: border-box;
    height: auto;
    width: 100%;
}
.dt_1{
    margin: 16px;
    font-size: 16px;
    font-family: open, sans-serif;
    color: #FFF;
    font-weight: 500;
}
.social_medias{
    margin-top: 20px;
    margin-bottom: 20px;
}
.social_medias > img{
    margin: 0px 16px;
}

.footer_images{
    padding: 16px 32px;
    background-color: white;
    box-sizing: border-box;
    height: auto;
    border-radius: 5px;
    width: 100%;
}

.fimages_1{
    display: flex;
    box-sizing: border-box;
    height: auto;
    width: 100%;
}

.hr1{
    border: none;
    height: 1px;
    margin: 0;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.12);
}

.footer_2{
    background-color: rgb(235, 194, 0);
    color: rgb(0, 75, 123);
    padding: 28px 16px;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    font-family: open, sans-serif;
    text-align: center;
}
.title_f2{
    color: #004B7B;
    font-size: 15px;
    margin-bottom: 16px;
}
.subtitle_f2{
    text-align: center;
    box-sizing: border-box;
    height: auto;
    width: 100%;
}

.subtitle_f2 > p{
    font-size: 15px;
    color: rgb(0, 75, 123);
    margin-bottom: 8px;
}