@media (max-width: 2560px){
  .padding-inside-text{
    max-width: 100%;
  }
  .padding-inside-text-right{
    max-width: 100%;
    padding-top: 5%;
  }
} 


@media (max-width: 1400px){
  
} 

@media (min-width: 1200px) and (max-width: 1399.98px){
  .bg-main {
    background: rgb(27,117,188) !important;
    background: linear-gradient(157deg, rgba(27,117,188,1) 47%, rgba(190,32,45,1) 47%) !important;  
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 1% !important; */
    width: 100%;
    background-position-x: center;
  }
  
}


@media (min-width: 992px) and (max-width: 1199.98px){
  .custmom-padding {
    padding-right: 3rem;
    padding-top: 3rem;
    padding-left: 3rem;
    padding-bottom: 3rem;
  }

  .bg-main {
    background: rgb(27,117,188) !important;
    background: linear-gradient(157deg, rgba(27,117,188,1) 47%, rgba(190,32,45,1) 47%) !important;  
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 1% !important; */
    width: 100%;
    background-position-x: center;
  }

}

@media (min-width: 768px) and (max-width: 991.98px){

  .custmom-padding {
    padding-right: 3rem;
    padding-top: 3rem;
    padding-left: 3rem;
    padding-bottom: 3rem;
  }

  .bg-main {
    background: rgb(27,117,188) !important;
    background: linear-gradient(157deg, rgba(27,117,188,1) 47%, rgba(190,32,45,1) 47%) !important;  
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 1% !important; */
    width: 100%;
    background-position-x: center;
  }
}


@media (min-width: 576px) and (max-width: 767.98px){
  
  .custmom-padding {
    padding-right: 3rem;
    padding-top: 3rem;
    padding-left: 3rem;
    padding-bottom: 3rem;
  }

  .bg-main {
    background: rgb(27,117,188) !important;
    background: linear-gradient(157deg, rgba(27,117,188,1) 47%, rgba(190,32,45,1) 47%) !important;  
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 1% !important; */
    width: 100%;
    background-position-x: center;
  }
  
}


@media (max-width: 575.98px){

  .custmom-padding {
    padding-right: 3rem;
    padding-top: 3rem;
    padding-left: 3rem;
    padding-bottom: 3rem;
  }

  .bg-main {
    background: rgb(27,117,188) !important;
    background: linear-gradient(157deg, rgba(27,117,188,1) 47%, rgba(190,32,45,1) 47%) !important;  
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 1% !important; */
    width: 100%;
    background-position-x: center;
  }
}