
.container{
    max-width:100%;
    width:100%;
    padding:0 30px;
}
.polygon-wrappar {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.polygon-overlay {
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.wrappar-text {
    position: relative;
    height: 100vh;
    width: 100%;
    z-index: 997;
    color: #fff;
}
.wraper-text-valign {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.row{
     display: flex;
    width: 70%;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    margin: 0 auto;
}
.logo-col-m{
    width:19%;
}
.logo-col-m a{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    padding: 24px;
    border: 5px solid #FF9800;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 auto;
     transform: scale(0.8);
      transition: transform .5s ease;
}
.logo-col-m a:hover{
     transform: scale(1);
}
.logo-col-m a img{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
width: 80%;
}
.logo-col-m p {
        font-size: 17px;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
}

.row:first-child,
.row:last-child{
        width: 50%;
}

.row:first-child .logo-col-m,
.row:last-child .logo-col-m{
        width: 30%;
}


@media (max-width:767px){
    .logo-col-m {
    width: 49%;
    display: inline-block;
}
.row{
display: block;
    justify-content: initial;
    align-items: initial;
    margin: 0;
        text-align: center;
            width: 100%;

}
.container {

    padding: 0;
}
.logo-col-m a {
    width: 155px;
    height: 155px;
    margin: 0 auto;
}  
  .logo-col-m a img{
          width: 80%;
  }  
  .row:first-child, .row:last-child {
    width: 100%;
}
  .row:first-child .logo-col-m, .row:last-child .logo-col-m {
    width: 49%;
}
 .logo-col-m p {
    font-size: 13px; 
 }  
}

@media screen and (min-width:1360px) and (max-width:1600px) {

.row:first-child, .row:last-child {
    width: 70%;
}
.logo-col-m {
    width: 29%;
}


}