
.myCont{
    max-width: 80%;
    margin: auto;
}
section.partner-header-below .inner{
    width: 100%;
    background: url("/assets/img/headerImgs/Partner\ with\ us\ Page\ Header\ Image.png") no-repeat center center/cover;
}

section.partner-experience .button button{
    height: 40px;
    width: 180px;
    font-weight: bold;
    color: white;
    transition: all .3s ease;
}

.form-btn button{
    transition: all .3s ease;
}
@media (max-width:977px){
    section.partner-experience .wrapper .inner .icon i{
        font-size: 3rem;
    }
    section.partner-experience .wrapper .inner p{
        font-size: 15px;
    }
}

@media (max-width:910px){
    section.partner-experience .wrapper{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    section.partner-experience .wrapper .inner{
        display: flex;
        align-items: left;
    margin: auto;
    width: 100%;
    justify-content: space-evenly;
    margin-bottom: 1rem;
    }
    section.partner-experience .wrapper .inner p{
        text-align:left;
        width: 400px;
        font-size: 25px;
    }
}

@media (max-width:590px){
    section.partner-experience .wrapper .inner p{
        font-size: 16px;
    }
}

@media (max-width:430px){
     section.connect-with-team h1{
        font-size: 30px;
    }
}