body{
    background-color: #FFFFFF;
}

.row img{
    width: 100%;
}

.banner{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0; 
    margin: 0 auto; 
    align-items: center;
    justify-content: center;
}

.child {
    position: block;
    left: auto;
}

img.center {
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 400px;
}

.columnText h1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 102px;
    color: #F97103;
    text-align: center;
}

.columnText {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.columnText h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
}

.columnText h6{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: #808DAD;
    padding: 25px 0;
    text-align: center;
}

.columnImg{
    flex: 1;
    text-align: center;
}

.columnImg img{
    width: 550px;
}

.loader {
  border: 4px solid #f3f3f3; 
  border-top: 4px solid #F97103;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
