.supertek{
    width:100%;
    background: linear-gradient(to bottom, #F5F5F5 80%, #ffffff 80%);
    background-image: url('https://8154291.fs1.hubspotusercontent-na1.net/hubfs/8154291/Group%20132.png');
    background-size: cover;
    background-position: center; 
}
.supertek-two-columns-1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top:30px;
    margin-bottom:50px;
    position: relative; 
}
}
.supertek-left-column-1{
    display: flex;
    flex-direction: column;
    text-align: left;
}
.supertek-label-1{
    color:#006B4D;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
}
.supertek-title-1{
    margin-top:0;
    color:black;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    font-family: Montserrat;
    width:60%;
    margin-bottom:0px;
}
.supertek-title-2{
    margin-top: 0;
    color:#006B4D;
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    font-family: Montserrat;
}
.supertek-text-1{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color:#414141 ;
    width:60%;
}
.supertek-image-1{
    justify-self: flex-end;
    max-width: 80%;
    margin-top:22%;
}
.supertek-form-1{
    padding: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border-top: #006B4D 2px solid;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
    background-color: #ffffff; 
    position: relative; 
    z-index: 2;
    width:100%;
    
}
.supertek-cta-1-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    object-fit: cover; 
    z-index: 1; 
    left:-20%;
}

.supertek-form-title-1{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-top:0;
}
.supertek-form-subtitle-1{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.supertek-form-label-1{
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin-top:20px;
}
.supertek-form-input-1{
    height:48px;
  }
.supertek-form-button-1{
    font-family: Montserrat;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding:16px 20px;
    background-color: #006B4D;
    color:white;
    margin-top:20px;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    align-self:center;
    width:80%;
}
.supertek-right-column-1 {
    position: relative; 
    width: 40%; 
}
@media (max-width:768px){
  .supertek-two-columns-1{
    flex-direction:column;
    width:80%;
  }
  .supertek-left-column-1{
    margin-bottom:40px;
  }
  .supertek-title-1{
    width:100%;
    font-size:40px;
  }
  .supertek-title-2{
    font-size;40px;
  }
  .supertek-text-1{
    width:100%;
  }
  .supertek-image-1{
    max-width:100%;
  }
  .supertek-right-column-1{
    width:90%;
    margin-right:auto;
  }
  .supertek-cta-1-img{
    width:100%;
  }
}