.how-to-choose-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px;
}
.how-to-choose h1 {
    font-weight: 700;
    font-size: 40px;
    color: #000;
    width: calc(50% - 15px);
    display: flex;
    justify-content: center;
}
.how-to-choose-desc {
    color: #000;
    font-size: 18px;
    line-height: 140%;
    width: calc(50% - 15px);
    margin-bottom: 0;
    margin-top: 20px;
}
.how-to-choose-item {
    border: 1px solid #E8E8E8;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.how-to-choose-item-img {
    width: calc(50% - 15px);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.how-to-choose-item-img img {
    height: 100%;
    max-height: 100%;
    width: auto;
}
.how-to-choose-item-txt {
    width: calc(50% - 15px);
    color: #000;
    font-size: 18px;
    line-height: 1.4;
}
.how-to-choose-item-txt p:last-child {
    margin-bottom: 0;
}
.how-to-choose-item-txt a {
    text-decoration: underline;
    color: var(--main-color);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.how-to-choose-item-txt a:hover {
    color: #6B4756;
}
.how-to-choose-item-txt a.main-link {
    font-weight: 700;
}
.how-to-choose-read-more {
    margin: 100px 0 0;
    background: #f8f8f8;
    padding: 100px 0 135px;
}
.how-to-choose-read-more .e-new-cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: transparent;
}
.how-to-choose-read-more-txt {
    width: calc(42% - 15px);
    font-size: 18px;
    color: #000;
    line-height: 1.4;
}
.how-to-choose-read-more-txt p {
    margin-bottom: 20px;
}
.how-to-choose-read-more-txt p a {
    text-decoration: underline;
    color: var(--main-color);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.how-to-choose-read-more-txt p a:hover {
    color: #6B4756;
}
.how-to-choose-read-more-txt .main-slider-btn {
    margin-top: 20px;
}
.how-to-choose-consult {
    margin-top: 40px;
    font-weight: 600;
    font-size: 18px;
    color: var(--main-color);
}
.how-to-choose-consult a {
    color: var(--main-color);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.how-to-choose-consult a span {
    color: #25d366;
    text-decoration: underline;
}
.how-to-choose-consult a:hover {
    color: #6b4756;
}
.how-to-choose-read-more-imgs {
    width: calc(58% - 15px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.how-to-choose-read-more-imgs img {
    max-width: 100%;
    width: 100%;
}
.how-to-choose-read-more-imgs-column:first-child {
    width: calc(58% - 15px);
}
.how-to-choose-read-more-imgs-column:nth-child(2) {
    width: calc(42% - 15px);
}
.how-to-choose-read-more-imgs img:nth-child(2) {
    margin-top: 30px;
}
.how-to-choose-hidden-part {
    margin-top: 100px;
}
.how-to-choose-final {
    margin-top: 100px;
    padding: 0 0 100px;
    background-color: #F8F8F8;
}
.how-to-choose-final .e-new-cont {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.how-to-choose-final-txt {
    padding-top: 100px;
    width: calc(50% - 15px);
    max-width: 695px;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
}
.how-to-choose-final-txt p {
    margin-bottom: 0;
}
.how-to-choose-final-txt p a {
    text-decoration: underline;
    color: var(--main-color);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.how-to-choose-final-txt p a:hover {
    color: #6B4756;
}
.how-to-choose-final-img {
    width: calc(50% - 15px);
    display: flex;
    justify-content: flex-end;
}
.how-to-choose-final-img img {
    margin-top: -20px;
}
.how-to-choose-hidden-part {
    display: none;
}



@media screen and (max-width: 1300px) {
    .how-to-choose h1 {
        width: calc(42% - 15px);
    }
    .how-to-choose-desc {
        width: calc(58% - 15px);
    }
    .how-to-choose-item-img {
        width: calc(42% - 15px);
    }
    .how-to-choose-item-txt {
        width: calc(58% - 15px);
    }
}
@media screen and (max-width: 1240px) {
    .how-to-choose-final-txt {
        padding-top: 100px;
        width: calc(58% - 15px);
    }
    .how-to-choose-final-img {
        width: calc(42% - 15px);
        margin-top: -20px;
        overflow: hidden;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        justify-content: center;
    }
    .how-to-choose-final-img img {
        width: auto;
        max-width: unset;
        height: 100%;
        max-height: 100%;
    }
}
@media screen and (max-width: 1100px) {
    .how-to-choose-title-wrap {
        padding: 30px 20px 20px;
    }
    .how-to-choose h1 {
        font-size: 32px;
    }
    .how-to-choose-desc {
        font-size: 16px;
        margin-top: 15px;
    }
    .how-to-choose-item {
        padding: 20px;
        margin-bottom: 20px;
    }
    .how-to-choose-item-txt {
        font-size: 16px;
    }
    .how-to-choose-read-more {
        margin: 60px 0 0;
        padding: 60px 0 80px;
    }
    .how-to-choose-hidden-part {
        margin-top: 60px;
    }
    .how-to-choose-read-more-imgs-column:first-child {
        width: calc(58% - 10px);
    }
    .how-to-choose-read-more-imgs-column:nth-child(2) {
        width: calc(42% - 10px);
    }
    .how-to-choose-read-more-imgs img:nth-child(2) {
        margin-top: 20px;
    }
    .how-to-choose-read-more-txt {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .how-to-choose-consult {
        font-size: 16px;
        margin-top: 35px;
    }
    .how-to-choose-read-more-imgs-column:first-child {
        width: 100%;
    }
    .how-to-choose-read-more-imgs-column:nth-child(2) {
        display: none;
    }
    .how-to-choose-read-more-imgs {
        width: 42%;
    }
    .how-to-choose-read-more-txt {
        width: calc(58% - 20px);
    }
    .how-to-choose-final {
        margin-top: 60px;
        padding: 0 0 60px;
    }
    .how-to-choose-final-txt {
        padding-top: 60px;
        font-size: 16px;
    }
}
@media screen and (max-width: 950px) {
    .how-to-choose h1 {
        font-size: 28px;
    }
    .how-to-choose-read-more-imgs-column:nth-child(2) {
        display: block;
        width: 100%;
    }
    .how-to-choose-read-more-imgs-column:first-child {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .how-to-choose {
        margin-top: 43px;
    }
    .how-to-choose h1 {
        font-size: 28px;
    }
    .how-to-choose-desc {
        margin-top: 10px;
    }
    .how-to-choose-item-img {
        width: 280px;
    }
    .how-to-choose-item-txt {
        width: calc(100% - 300px);
    }
    .how-to-choose-read-more-imgs {
        width: 280px;
    }
    .how-to-choose-read-more-txt {
        width: calc(100% - 300px);
    }
    .how-to-choose-final-txt {
        width: calc(100% - 300px);
    }
    .how-to-choose-final-img {
        width: 280px;
    }
}
@media screen and (max-width: 700px) {
    .how-to-choose-title-wrap {
        padding: 20px 0;
        flex-direction: column;
    }
    .how-to-choose h1 {
        width: 100%;
        justify-content: flex-start;
    }
    .how-to-choose-desc {
        margin-top: 20px;
        width: 100%;
    }
    .how-to-choose-item {
        flex-direction: column;
    }
    .how-to-choose-item-img {
        width: 100%;
    }
    .how-to-choose-item-txt {
        width: 100%;
        margin-top: 20px;
    }
    .how-to-choose-read-more-imgs {
        display: none;
    }
    .how-to-choose-read-more-txt {
        width: 100%;
    }
    .how-to-choose-read-more {
        margin: 50px 0 0;
        padding: 50px 0 30px;
    }
    .how-to-choose-hidden-part {
        margin-top: 50px;
    }
    .how-to-choose-final-img {
        display: none;
    }
    .how-to-choose-final-txt {
        width: 100%;
    }
    .how-to-choose-final {
        margin-top: 50px;
        padding: 0 0 50px;
    }
    .how-to-choose-final-txt {
        padding-top: 50px;
    }
}
@media screen and (max-width: 500px) {
    .how-to-choose-item-img {
        height: 200px;
    }
}
@media screen and (max-width: 500px) {
    .how-to-choose-item {
        padding: 10px;
    }
    .how-to-choose-item-txt {
        margin-top: 10px;
    }
}