.col.custom-left{
    position: absolute;
    left: 100px;
    width: 100px;
    height: 120px;
  }
  
  .col-auto.custom-contact-left{
      position:absolute;
      left:40px
  }

  .col-auto.customleft{
    position: absolute;
    left: 100px;
    width: 100px;
    height: 120px;
  }
  
  .col-auto.custom_left {
    position: absolute;
    left: 100px;
    width: 100px;
    height: 120px;
}

h1.font-size-30.mb-1.custom-font {
  font-family: 'Roboto';
};

h2.custom-left{
  margin-left: 30px;
}