#slide01{
    display:flex;
    justify-content: space-between;
}

#slide01 p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    width:502px;
    text-align: justify;
}

#slide01 .slide01_img{
    align-self: center;
    display: flex;
    justify-content: flex-end;
    flex-basis: 50%;
    padding:24px 0 0 24px;
}

#slide01 .slide01_img img{
    max-width:100%;
    max-height:100%;
}

#slide02{
    display:flex;
    justify-content: space-around;
    margin-top:80px;
    margin-bottom:80px;
}

#slide02 .slide02_item{
    display:flex;
    align-items: center;
}

#slide02 .slide02_item span:first-child{
    font-family: EBGaramond;
    font-style: normal;
    font-weight: normal;
    font-size: 88px;
    line-height: 88px;
    color: #124945;
}

#slide02 .slide02_item span:nth-child(2){
    font-family: EBGaramond;
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 88px;
    color: #124945;
}

#slide02 .slide02_item span:nth-child(3){
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #124945;
    margin-left:12px;
}

#slide03{
    display:flex;
    justify-content: space-between;
    margin-top:80px;
    margin-bottom:160px;
}

#slide03 p{
    width:48%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

#slide04{
    position:relative;
    background: #F5EFF6;
}

#slide04:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #F5EFF6;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transform-origin: right top;
    transform: skewY(3deg);
}

#slide04 .container{
    display:flex;
    justify-content: space-between;
}

#slide04 img{
    height: 571px;
}

#slide04 p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    width:563px;
}

#slide04 .btn{
    display:block;
    margin:48px 0 72px;
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    line-height: 56px;
    color: #124945;
    width: 240px;
    height: 56px;
    text-align: center;
    border: 1px solid #124945;
    cursor:pointer;
    transition: all 0.3s;
}

#slide04 .btn:hover{
    background: #124945;
    color:#fff;
}

@media (max-width: 1199px) {
    #slide01 div{
        width:48%;
    }

    #slide01 p{
        margin-right:25px;
        width:100%;
    }
}

@media (max-width: 1080px) {
    #slide01 .slide01_img{
        padding:60px 0 0 24px;
    }

    #slide04 .slide04_img{
        display:flex;
        align-items: flex-end;
    }

    #slide04 .slide04_img img{
        width:100%;
        height: inherit;
    }
}

@media (max-width: 958px) {
    #slide02{
        flex-wrap: wrap;
    }

    #slide02 .slide02_item:last-child{
        width:100%;
        justify-content: center;
    }

    #slide04 .container div:first-child{
        width:100%;
    }

    #slide04 .slide04_img{
        display:none;
    }

    #slide04 p{
        width:auto;
    }
}

@media (max-width: 768px) {
    #slide01{
        flex-direction: column;
    }

    #slide01 div{
        width:100%;
    }

    #slide01 .slide01_img{
        padding:24px 0 0 0;
    }

    #slide03{
        flex-direction: column;
    }

    #slide03 p{
        width:100%;
    }
}

@media (max-width: 576px) {

}

@media (max-width: 480px) {
    #slide02{
        flex-direction: column;
    }

    #slide02 .slide02_item span:first-child{
        font-size: 56px;
    }

    #slide02 .slide02_item span:nth-child(2){
        font-size: 40px;
    }

    #slide02 .slide02_item span:last-child{
        font-size: 14px;
    }

    #slide02 .slide02_item:last-child{
         width:inherit;
         justify-content: flex-start;
     }
}

@media (max-width: 379px) {

}
