.section1{
    width: 100%;
    height: 100%;
    background-image: url('/images/rfq-bg.jpg');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 1%;
    position: relative;
    font-family: 'Cairo', sans-serif;
}

.main{
    width: 80%;
    height: 100%;
    margin-right: 10%;
    display: flex;
    gap:10px;
    padding-top: 3%;
}

.section1-main-card{
    width: 100%;
    height: 100%;
}

.section1-main-card img{
    width: 80%;
    margin-top: 15%;
    margin-right: 0%;
}

.section1-main-card h1{
    color: white;
    font-size: 40px;
}

.section1-main-card p{
    color: white;
    margin-top: -2%;
    color: #8bbb18;
    font-size: 20px;
}

.section1-main-card ul{
    color: white;
    list-style: none;
    line-height: 60px;
    font-size: 18px;
}

.section1-main-card ul li .fa-regular{
    color: #8bbb18;
}
.rfq-btn{
    width: 100%;
    height: 60px;
    background: #668c0a;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    margin-top: 5%;
    margin-right: 7%;
    transform: .9s ease;
}
.rfq-btn:hover{
    background: #7ca813;
}
.rfq-btn a{
    width: 100%;
    color: white;
    text-decoration: none;
    font-weight: bolder;
    font-size: 19px;
}

.quotes-btn{
    width: 100%;
    height: 60px;
    background: #668c0a;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    margin-top: 5%;
    margin-right: 7%;
    transform: .9s ease;
}
.quotes-btn:hover{
    background: #7ca813;
}
.quotes-btn a{
    width: 100%;
    color: white;
    text-decoration: none;
    font-weight: bolder;
    font-size: 19px;
}
.btns{
    display: flex;
}
.section1-bottom{
    width: 80%;
    height: 100%;
    margin-top: 3%;
    margin-right: 10%;
    display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	gap:20px;
}

.section1-bottom-card{
    width: 100%;
    height: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.section1-bottom-card h1{
    color: #fff;
    text-align: center;
}

.section1-bottom-card h2{
    color: #8bbb18;
    text-align: center;
    margin-top: 6%;
}


.section1-inner-blank{
    width: 100%;
    height: 50px;
}