@media only screen and (min-width: 1025px) {
    .section-double{
        text-align: left;
        margin-top: 2px;
        padding: 40px;
        display: flex;
        align-items: center; 
        flex-wrap: wrap;
    }
    .section-double div:first-child {
        padding-right: 40px;
    }
    .section-double div{
        width: 50%;
    }
    .section-double .wide-cont{
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .section-double img{
        max-width: 100%;
    }
    .section-double h2{
        text-align: left;
        font-size: 35px;
        line-height: 1.4;
        font-weight: 400;
    }
    .section-double p{
        font-weight: 400;
    }
    .section-four-parts{
        text-align: center;
        margin-top: 2px;
        padding: 40px;
        display: flex;
        align-items: center; 
        flex-wrap: wrap;
    }
    .section-four-parts h2{
       width: 100%;
       font-size: 35px;
        line-height: 1.4;
        font-weight: 400;
    }
    .section-four-parts h4{
        font-size: 20px;
    font-weight: 500;
     }
    .section-four-parts p{
        font-weight: 400;
     }
    .section-four-parts div{
        width: 25%;
        padding: 10px;
    }
    .section-three-parts{
        text-align: left;
        margin-top: 2px;
        padding: 40px;
        display: flex;
        align-items: center; 
        flex-wrap: wrap;
    }
    .section-three-parts h2{
       width: 100%;
       font-size: 35px;
        line-height: 1.4;
        font-weight: 400;
    }
    .section-three-parts h4{
        font-size: 20px;
    font-weight: 500;
     }
    .section-three-parts p{
        font-weight: 400;
     }
    .section-three-parts div{
        width: 33.33333333%;
        padding: 10px;
    }
    #home-section-01{
        background: linear-gradient(360deg, rgb(60 23 84), rgb(237 237 237));
        max-height: 510px;
    }
    #home-section-01 h1{
        color: #3c1754;
        font-size: 45px;
    }
    #home-section-01 p{
        color: #ededed;
        font-size: 20px;
        line-height: 1.2;
    }
    .button{
        padding: 12px 18px;
        font-size: 18px;
    }
    .button-one{
        background: #3c175447;
        color: white;
        border: 1px solid #3c1754;
        box-shadow: 0 0 8px 0 #00000026;
    }
    .button-two{
        padding: 12px 18px;
        border-bottom: 3px solid #755b85;
        background: #f5f5f5;
        box-shadow: 0 0 4px 0 #00000014;
    }
    .list{
        list-style: none;
    }
    .list li{
        font-size: 18px;
        padding: 4px;
        line-height: 1.6;
    }
    .list li i{
        color: #fb4b63;
    }
    #home-section-02{
        background-color: #ededed;
        background-image: url('/front_side/templates/default/media/section-2-img.png');
        background-size: contain;
    }
    #home-section-04{
        background-color: #ededed;
        background-image: url('/front_side/templates/default/media/section-04-banner.png');
        background-size: cover;
    }
    #home-section-02 h2{
        color: #3c1754;
    }
    #home-section-02 p{
        color: #1a1a1a;
        font-size: 18px;
        line-height: 1.3;
    }
    #home-section-03{
        background: #654877;
    }
    #home-section-03 h2{
        color: #efefef;
    }
    #home-section-03 p{
        color: #ffffff;
        font-size: 18px;
        line-height: 1.3;
    }
    #home-section-04 p{
        color: #1f1f1f;
        font-size: 18px;
        line-height: 1.3;
    }
    #home-section-05{
        background-image: url('/front_side/templates/default/media/background-section05.jpg');
        background-size: cover;
    }
    #home-section-05 h2{
        color:#ededed
    }
    #home-section-05 h4{
        color:#ededed;
        margin: 15px;
    }
    #home-section-05 p{
        color:#ededed
    }
    #home-section-05 i{
        color: #ff5f74;
        font-size: 50px;
    }
    #home-section-06{
        background-color: #ededed;
        background-image: url('/front_side/templates/default/media/background-section06.png');
        background-size: cover;
    }
    #home-section-06 .list{
       padding: 0;
    }
    #home-section-06 h4{
        font-size: 25px;
        font-weight: 600;
        color: #654877;
        margin: 0;
    }
    #home-section-06 .list li{
        font-size: 20;
        font-weight: 500;
        line-height: 1.4;
     }
     #home-section-06 .list li i{
        margin-right: 10px;
     }
     
     #home-section-07{
        background-color: #654877;
        background-size: cover;
    }
    #home-section-07 div{
        text-align: left;
    }
    #home-section-07 .list{
       padding: 0;
    }
    #home-section-07 h4{
        font-size: 25px;
        font-weight: 600;
        color: white;
        margin: 0;
    }
    #home-section-07 .list li{
        font-size: 16;
        font-weight: 300;
        line-height: 1.3;
     }    
     #home-section-07 .list li a{
        color: white;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.3;
     }
     #home-section-07 input:not([type="submit"]){
        background-color: #ffffff9c;
     }
     #home-section-07 .list li i{
        margin-right: 10px;
        color: #1e1e1e;
     }
     #home-section-07 input[type="submit"]{
        width: fit-content;
     }
     #home-section-07 form{
        text-align: left;
     }
     #category-section-01 img{
        max-height: 250px;
     }
  }
  