.fastorder-link-content{
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;         
    padding:36px 80px 73px 80px;
    margin-bottom: 30px;
    border-top:2px solid #EBEBEB;
}

.fastorder-link-left img{
    max-width: 300px;
    height: 300px;
}



.fastorder-link-right {
   
}



.fastorder-link-right h1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    color: #000000;
}
.fastorder-link-right h2{
 font-family: 'Inter';
 font-style: normal;
 font-weight: 400;
 font-size: 16px;
 line-height: 19px;
 color: #000000;
}

.fastorder-link-right input {
    
    width: 100%;
    height: 37.06px;   
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 5px;      
    padding-left: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.fastorder-link-right input::placeholder, .fastorder-link-right input::-webkit-input-placeholder, .fastorder-link-right input:-ms-input-placeholder{
    
    color: #CCCCCC;
 }

 .fastorder-link-right button{
    background: #BF1E2E;
    border-radius: 5px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;         
    padding:11px 30px;
    border: none;
 }
 .fastorder-link-right a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;        
    color: #666666;
 }



