.ed-section-hero .ed-content{
    display: flex;
}
.ed-section-hero .ed-left-column{
    width: 50%;
    position: relative;
}
.ed-section-hero .ed-left-column .ed-hero-image{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: 100%;
    object-position: right;
}
.ed-section-hero .ed-left-column .ed-label-logo{
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    background-color: #004975;
    padding: 10px;
    border-radius: 20px;
    transform: rotate(-45deg) translateX(-24%) translateY(78%);
}
.ed-section-hero .ed-right-column{
    width:calc(50% - 160px);
    padding: 120px 80px;
    background-color: #F6F4F0;
}
.ed-section-hero .ed-right-column .ed-content{
    padding: 60px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.ed-section-hero .ed-right-column .ed-subtitle{
    background-color: #FFDF51;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    width: fit-content;
}
.ed-section-hero .ed-right-column .ed-heading{
    margin: 0;
    font-family: "Sora";
    font-size: 50px;
    font-weight: 300;
}
.ed-section-hero .ed-right-column .ed-description{
    line-height: 1.6em;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}


/* About Section */
.ed-section-fitting > .ed-content{
   display: grid;
    margin: 120px 0;
    grid-template-columns: 1fr 1fr;
}
.ed-section-fitting .ed-left-column{
    width:calc(100% - 160px);
    padding: 0 80px;
    display: flex;
    align-items: center;
}
.ed-section-fitting .ed-left-column .ed-content{
    padding: 60px;
    display: flex;
    flex-direction: column;
}
.ed-section-fitting .ed-left-column .ed-title:not(:first-child){
    margin-top: 50px;
}
.ed-section-fitting .ed-left-column .ed-subtitle{
    font-size: 17px;
    font-weight: 600;
}
.ed-section-fitting .ed-left-column .ed-heading{
    margin: 0;
    font-family: "Saro";
    font-size: 50px;
    font-weight: 300;
}
.ed-section-fitting .ed-left-column .ed-description{
    line-height: 1.6em;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.ed-section-fitting .ed-right-column{
    width: 100%;
}
.ed-section-fitting .ed-right-column img{
    width: 100%;
    max-width: 700px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    position: sticky;
    top: 70px;
    left: 0;
}
.ed-section-fitting .ed-list{
    list-style: none;
    padding: 0;
}
.ed-section-fitting .ed-list li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}
.ed-section-fitting .ed-list li::before{
    content: "\f0a4";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    color: #FFDF51;
    left: 0;
    transform: translateY(-50%);
}


/* Offer Section */
.ed-section-offer{
    padding: 120px 0 80px 0;
}
.ed-section-offer .ed-top .ed-content{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    max-width: 690px;
    margin: 0 auto;
}
.ed-section-offer .ed-top .ed-subtitle{
    background-color: #FFDF51;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    width: fit-content;
    text-transform: uppercase;
    margin: 0;
}
.ed-section-offer .ed-top .ed-heading{
    font-family: "Sora";
    font-size: 50px;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin: 0;
}
.ed-section-offer .ed-bottom{
    margin-top: 60px;
}
.ed-section-offer .ed-offers{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
}
.ed-section-offer .ed-image-box{
    position: relative;
    text-decoration: none;
    color: #fff;
    display:block;
    width: 100%;
    aspect-ratio: 400 / 600;
}
.ed-section-offer .ed-image-box .ed-content{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    padding: 40px 30px;
    height: calc(100% - 80px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #00000047;
    align-items: flex-start;
}
.ed-section-offer .ed-image-box .ed-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ed-section-offer .ed-image-box .ed-heading{
    margin:0;
    font-family: "Sora";
    font-weight: 300;
    font-size: 30px;
    color: #fff;
}
.ed-section-offer .ed-image-box .ed-button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    width: 100%;
}
.ed-section-offer .ed-image-box .ed-button .ed-icon{
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 10px;
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
}


/* Products Section */
.ed-section-products{
    margin: 80px 0;
}
.ed-section-products > .ed-content{
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.ed-section-products .ed-product{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: end;
    position: relative;
    color: #fff;
    text-decoration: none;
}
.ed-section-products .ed-product .ed-background{
    width: 100%;
    aspect-ratio: 470 / 680;
    object-fit: cover;
}
.ed-section-products .ed-product .ed-content{
    background-color: #0000009e;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    justify-content: end;
}
.ed-section-products .ed-product .ed-content .ed-heading{
    font-size: 40px;
    font-family: "Sora";
    padding: 0 40px;
    font-weight: 300;
}
.ed-section-products .ed-product .ed-content .ed-button{
    margin-bottom: 30px;
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    background-color: #fff;
    color: #1A1A1A;
}



@media screen and (min-width: 1024px) and (max-width: 1400px){
    .ed-section-products .ed-product .ed-content{
        justify-content: space-between;
    }
}
@media screen and (min-width: 769px) and (max-width: 1023px){
    .ed-section-hero .ed-left-column img{
        height: 400px;
    }
    .ed-section-fitting .ed-right-column{
        display: none;
    }
    .ed-section-products .ed-product .ed-content .ed-heading{
        font-size: 30px;
    }
}
@media screen and (max-width: 1023px){
    .ed-section-hero .ed-content{
        flex-direction: column;
    }
    .ed-section-hero .ed-left-column{
        width: 100%;
    }
    .ed-section-hero .ed-right-column{
        width: calc(100% - 80px);
        padding: 60px 20px;
        margin: -200px auto 0 auto;
    }
    .ed-section-hero .ed-right-column .ed-content{
        padding: 0;
    }
    .ed-section-fitting > .ed-content{
        flex-direction: column;
        display: flex;
        margin: 60px 0;
    }
    .ed-section-fitting .ed-left-column{
        width: calc(100% - 40px);
        padding: 0 20px;
        margin-bottom: 40px;
    }
    .ed-section-fitting .ed-left-column .ed-content{
        padding: 0;
    }
    .ed-section-offer{
        padding: 40px 0 0 0;
    }
    .ed-section-offer .ed-top .ed-heading{
        font-size: 30px;
    }
    .ed-section-offer .ed-offers{
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .ed-section-offer .ed-image-box{
        height: 300px;
    }
}
@media screen and (max-width: 768px){
    .ed-section-hero .ed-right-column{
        margin: 0px auto 0 auto;
    }
    .ed-section-hero .ed-right-column .ed-heading{
        font-size: 40px;
    }
    .ed-section-products > .ed-content{
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
}