.important-note .container-content {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.important-note .image-left {
    width: 33%;
}

.important-note .image-left img{
    width: 870px;
    height: 700px;
    object-fit: cover;
    display: block;
}

.important-note .content-text {
    width: 67%;
    padding-top: 84px;
    padding-left: 82px;
}

.important-note{
    position: relative;
    padding-top: 263px;
}

.important-note .content-note ul {
    margin-top: 16px;
    margin-bottom: 14px;
    list-style-type: none;
    padding-left: 0;
}

.important-note .container{
    max-width: 1314px;
}

.important-note::before {
    content: '';
    position: absolute;
    display: block;
    width: 1230px;
    height: 1230px;
    background-image: url(./images/vector-bg.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.important-note .title {
    margin-bottom: 13px;
    overflow: hidden;
}

.important-note .content-note p {
    line-height: 30px;
}

.important-note .content-note ul li {
    line-height: 30px;
    position: relative;
    padding-left: 23px;
}

.important-note .content-note ul li:before {
    position: absolute;
    width: 4px;
    height: 4px;
    content: '';
    background: #717171;
    left: 9px;
    border-radius: 50%;
    top: 12px;
}

.important-note .content-note {
    padding-right: 75px;
}

.important-note .content-text .sub-title h6 {
    margin-bottom: 0;
    color: #9BE06A;
}

@media screen and (max-width: 1800px) {
    .important-note::before {
        left: -190px;
    }
}

@media screen and (max-width: 1440px) {
    .important-note::before {
        width: 1106px;
        height: 1106px;
    }

    .important-note {
        padding-top: 275px;
    }

    .important-note .image-left {
        width: 39%;
        padding-left: 50px;
    }

    .important-note .container {
        max-width: 1365px;
    }

    .important-note .content-text {
        width: 70%;
    }
}

@media screen and (max-width: 1365px){
    .important-note .image-left {
        width: 39%;
        padding-left: 0px;
    }
}

@media screen and (max-width: 1200px){
    .important-note .image-left {
        width: 100%;
        padding-left: 0;
    }

    .important-note .image-left img {
        width: 572px;
        height: 711px;
    }

    .important-note .container-content {
        flex-wrap: wrap;
    }

    .important-note::before {
        display: none;
    }

    .important-note .image-left{
        position: relative;
        margin: 0 auto;
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .important-note .image-left:before{
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(./images/vector-bg.svg);
        background-repeat: no-repeat;
        background-position: left;
        background-size: contain;
        z-index: -1;
        left: 0;
        bottom: 0;
    }

    .important-note .container {
        padding: 0;
    }

    .important-note .content-text {
        width: 100%;
        padding: 50px 36px;
        box-shadow: 20px -20px 70px 0px rgba(0, 0, 0, 0.05);
    }

    .important-note .content-note {
        padding-right: 20px;
    }
} 

@media screen and (max-width: 767px){
    .important-note .image-left img {
        width: 430px;
        height: 100%;
    }

    .important-note .image-left:before {
        width: 905px;
        height: 905px;
        left: -130px;
    }

    .important-note {
        padding-top: 269px;
    }

    .important-note .content-text {
        padding: 49px 30px 30px;
    }

    .important-note .content-text .sub-title h6 {
        margin-bottom: 13px;
    }

    .important-note .content-note {
        padding-right: 0;
    }

    .important-note .content-note p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .important-note .content-note ul li {
        font-size: 16px;
    }

    .important-note .title {
        margin-bottom: 13px;
    }

    .important-note .content-note ul {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 639px){
    .important-note .image-left img {
        width: 100%;
    }
}