.contact-us-header {
    position: relative;
    height: 35vh;
}
.contact-us-header .back-ground-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(/assets/img/contact-us/bg2.png);
}
.contact-us-header .bred-crub-section {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.contact-us-header .bred-crub-section .page-title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
}
.contact-us-header .bred-crub-section .bred-crub p {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}

.interaction .integration-page {
    text-align: center;
    background-color: #53c0ff;
    padding: 40px 10px;
    border-radius: 7px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.interaction .integration-page .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
.interaction .integration-page .arrow i {
    margin-right: 20px;
    font-size: 40px;
}
.interaction .integration-page p {
    font-size: 30px;
    font-weight: 600;
}


@media(max-width:567px){
    .interaction .integration-page{
        margin-bottom: 10px;
    }   
}

