.tm-blog-hero1 {
    height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../img/contact.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 120px
}

.nou-col {
    color: white
}

.just {
    text-align: justify
}

.tit-col {
    color: #2caee2
}

.bal-0 {
    overflow-x: hidden
}

.text {
    margin-left: 32px;
    margin-right: 32px
}

.parag {
    font-size: 14pt;
    line-height: 107%;
    font-family: "Times New Roman", serif;
    color: rgb(0, 176, 240)
}

.mobile {
    color: black
}

.corr {
    margin-right: 70px!important
}

@media (max-width:1024px) {
    .p1 {
        width: 345px!important
    }
    .b1 {
        color: #2caee2!important;
        font-size: 35px
    }
}