h1 {
    font-family: atlas grotesk, sans-serif;
    font-size: 30px ;
    font-weight: 900;
    letter-spacing: 0.6px;
    
    position: relative;
    left: 3%;
    top: 05px;
        
}

h2 {
    font-family: atlas grotesk, sans-serif;
    font-size: 15px ;
    font-weight: 100;
    letter-spacing: 0.6px;
    line-height: 0.7;
    
    position: relative;
    float:right;
    top: 10px;
    width:270px;
    margin: 0 3% 0 100%; /* top,right,bottom,left
    */
   
}

iframe{
    background: white;  border-radius: 3px; border: 1px solid rgb(219, 219, 219); box-shadow: none; display: block; margin: 0px 0px 12px; 
    width:30%;
    min-width: 200px; padding: 0px;
    position: relative;
    float:left;
    top: 50px;
    

    margin: 0 0 0 2%;
}