.description {
    display: flex;
    width: 100%;
    min-height: 1px;
    padding: 40px 9.905vw 40px 9.905vw;
    box-sizing: border-box;
    overflow: hidden;
}
.description ul {
    display: inline;
}
.description p {
    margin-bottom: 0;
}
.txt-left {
    display: flex;
    flex-flow: column;
	justify-content: center;
    width: 60%;
    padding: 0px 0px 0px 60px;
    box-sizing: border-box;
}
.img-right {
    width: 40%;
}
.img-right img {
    width: 100%;
    border-radius: 10px;
}
.txt-left a {
	margin-top: 25px;
	margin-bottom: 25px;
}

@media screen and (max-width: 1069px) {
    .description {
        flex-flow: column-reverse;
        padding: 30px 30px 10px 30px;
    }
    .txt-left {
        width: 100%;
        padding: 0;
    }
    .img-right {
        width: 100%;
    }
    .img-right img {
        border-radius: 10px;
    }
    .description li {
        font-size: 20px;
        font-weight: 400;
        text-align: left;
        list-style: circle;
}
}

@media screen and (min-width: 1500px) {
    .description ul li {
        font-size: 22px;
    }
}

@media screen and (min-width: 2200px) {
    .description {
        padding: 40px 300px;
    }
}