.four-left{
    position: relative;
    height: 500px;
    width: 50%;
    background-color: rgb(241, 241, 241);
    padding: 50px;
}

.four-left img {
    width: 100%;
    height: auto;
}

.four-rigth {
    position: relative;
    height: 500px;
    width: 50%;
    background-color: rgb(241, 241, 241);
    text-align: left;
    padding: 60px;
    color: black;
}

.four-rigth h3 {
    font-size: 50px;
    font-weight: 900;
    padding-bottom: 30px;
}

.four-rigth li {
    font-size: 20px;
    font-weight: 500;
}

.four-rigth p{
    display: none;
}

@media screen and (max-width:1200px){
    .four {
        height: 400px;
    }
    .four-rigth {
        height: 400px;
    }
    .four-rigth h3 {
        font-size: 40px;
        padding-bottom: 30px;
    }
    .four-rigth li {
        font-size: 17px;
        font-weight: 500;
    }
}

@media screen and (max-width:1060px){
    .four {
        height: 350px;
    }
    .four-rigth {
        height: 350px;
    }
    .four-rigth h3 {
        font-size: 30px;
        padding-bottom: 15px;
    }
    .four-rigth li {
        font-size: 17px;
        font-weight: 500;
    }
}


@media screen and (max-width:900px){
    .four {
        display: initial;
        height: 900px;
    }
    .four-left {
        width: 100%;
    }
    .four-rigth {
        width: 100%;
        height: 400px;
        text-align: center;
    }
    .four-rigth ul {
        display: none;
    }
    .four-rigth p{
        display: initial;
        font-size: 25px;
        padding: 20px;
    }
    
}

@media screen and (max-width:760px){
    .four {
        height: 1000px;
    }
    .four-rigth {
        height: 500px;
    }
    .four-rigth p{
        font-size: 22px;
    }
}


@media screen and (max-width:690px){
    .four {
        height: 900px;
    }
    .four-left {
        padding-top: 0px;
        top: -70px;
        height: 400px;
    }
    .four-left img {
        width: 100%;
        height: 300px;
    }
    .four-rigth {
        top: -100px;
    }

}

@media screen and (max-width:550px){
    .four-left {
        top: -70px;
    }
    .four-left img{
        height: 200px;
    }
    .four-rigth {
        top: -250px;
    }
    .four-rigth h3{
        font-size: 35px;
    }
    .four-rigth p{
        padding: 0px;
        font-size: 20px;
    }
}

@media screen and (max-width:400px){
    .four-rigth h3{
        font-size: 35px;
    }
    .four-rigth p{
        padding: 0px;
        font-size: 18px;
    }
}

