/* Add custom CSS styles below */ 
/* main 1 */
section:nth-child(1 of .main_banner) 
.grid-cols-2 {
   grid-template-columns: repeat(6,minmax(0,1fr));
}
section:nth-child(1 of .main_banner) .slider_content {
    margin: 0;
    order: 2;
    justify-content: normal;
    grid-column: 4/8;
    align-items: center;
    text-align: center;
    background: aqua;
    max-height: fit-content;
    align-self: center;
    background: #DBB4AB52;
    border-radius: 27px;
}
section:nth-child(1 of .main_banner) .slider_content h2{


    font-size: 35px !important;

}

@media(max-width:768px){
section:nth-child(1 of .main_banner) .slider_content {
    margin: 0;
    order: 2;
    justify-content: normal;
    grid-column: 3/8;
}    
 footer * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
  

}