/* Add custom CSS styles below */ 
:root{
  --orange-color:#fbbf24
}
main {
    background-image : url('https://i.ibb.co/NgT8qTyJ/Group-1707480435.webp');
    background-size : cover;
    background-position : center;
}
section.s-block--circle-links .max-w-7xl {
    max-width: 1600px;
}
section.s-block--circle-links .mx-auto.max-w-7xl.px-6.lg\:px-8 {
    background: url('https://i.ibb.co/VYzYpkqw/Rectangle-3993.png');
    background-position : center;
    background-size : cover;
    background-repeat : no-repeat;
    padding: 20px;
    border-radius: 100px;
}
h2.text-store-text-primary {
    color:  var(--orange-color);
}
.single-faq {
    border-color: var(--orange-color);
}
@media(max-width:768px){
section.s-block--circle-links .mx-auto.max-w-7xl.px-6.lg\:px-8 {
    border-radius: 0;
    padding: 70px 10px;
}
}