.change_starts{
    margin: 120px 0;
    position: relative;
}
.change_logo{
    padding: 25px 0;
    display: flex;
    justify-content: center;
}
.change_logo img{
    height: 200px;
    mix-blend-mode: difference;
}
.change_content{
    display: -webkit-grid;
    display: grid;
    -webkit-grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.change_img{
    
}
.change_img img{
    width: 500px;
    height: 600px;
    object-fit: cover;
}
.change_info p{
    font-size: var(--font_18);
}
.change_info :nth-child(1){
    font-style: italic;
}
.change_info :nth-child(2){
    padding: 30px 0;
    font-size: var(--font_50);
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
}
.change_info :nth-child(3){
    font-size: var(--font_20);
    padding-right: 7px;
}
.change_line_top_left{
    position: absolute;
    top: 0px;
    left: -50px;
    content: "";
    background: var(--primary_color);
    height: 4px;
    width: 400px;
}
.change_line_left_top{
    position: absolute;
    top: -50px;
    left: 0px;
    content: "";
    background: var(--primary_color);
    height: 400px;
    width: 4px;
}

.change_line_bottom_right{
    position: absolute;
    bottom: 0px;
    right: -50px;
    content: "";
    background: var(--primary_color);
    height: 2px;
    width: 400px;
}
.change_line_right_bottom{
    position: absolute;
    bottom: -50px;
    right: 0px;
    content: "";
    background: var(--primary_color);
    height: 400px;
    width: 2px;
}

@media only screen and (max-width: 1360px) and (min-width: 1220px){
    .change_info{
        padding-right: 20px;
    }
}
@media only screen and (max-width: 1220px) and (min-width: 1000px){
    .change_info{
        padding-right: 20px;
    }
    .change_img img{
        width: 450px;
        height: 500px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1301px){
    .change_line_top_left{
        top: 0px;
        left: 0px;
        height: 2px;
        width: 200px;
    }
    .change_line_left_top{
        top: 0px;
        left: 0px;
        width: 2px;
        height: 200px;
    }
    
    .change_line_bottom_right{
        bottom: 0px;
        right: 0px;
        height: 2px;
        width: 200px;
    }
    .change_line_right_bottom{
        bottom: 0px;
        right: 0px;
        width: 2px;
        height: 200px;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1201px){
    .change_line_top_left{
        top: 0px;
        left: 0px;
        height: 2px;
        width: 200px;
    }
    .change_line_left_top{
        top: 0px;
        left: 0px;
        width: 2px;
        height: 200px;
    }
    
    .change_line_bottom_right{
        bottom: 0px;
        right: 0px;
        height: 2px;
        width: 200px;
    }
    .change_line_right_bottom{
        bottom: 0px;
        right: 0px;
        width: 2px;
        height: 200px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px){
    .change_line_top_left{
        top: 0px;
        left: 0px;
        height: 2px;
        width: 200px;
    }
    .change_line_left_top{
        top: 0px;
        left: 0px;
        width: 2px;
        height: 200px;
    }
    
    .change_line_bottom_right{
        bottom: 0px;
        right: 0px;
        height: 2px;
        width: 200px;
    }
    .change_line_right_bottom{
        bottom: 0px;
        right: 0px;
        width: 2px;
        height: 200px;
    }
}
@media only screen and (max-width: 1080px) and (min-width: 1000px){
    .change_img img{
        width: 420px;
        height: 500px;
        object-fit: cover;
    }
    br{
        content: "";
    }
}
@media only screen and (max-width: 1000px) and (min-width: 800px){
    .change_starts{
        margin: 80pt 0;
    }
    .change_logo{
        display: none;
    }
    .change_logo img{
        display: none;
    }
    .change_content{
        display: block;
        padding: 0;
    }
    .change_img{
        display: none;
    }
    .change_img img{
        display: none;
    }
    .change_info{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .change_info :nth-child(1){
        width: 600px;
        text-align: center;
    }
    .change_info :nth-child(2){
        padding: 20pt 0;
        width: 350px;
        text-align: center;
    }
    .change_info :nth-child(3){
        width: 620px;
        text-align: center;
    }
    .change_line_top_left{
        top: -40pt;
        left: 0;
        right: 0;
        margin: 0 auto 0 auto;
        height: 2pt;
        width: 200pt;
    }
    .change_line_left_top{
        display: none;
    }
    br{
        content: "";
    }
    
    .change_line_bottom_right{
        bottom: -40pt;
        right: 0pt;
        left: 0pt;
        height: 2.5pt;
        width: 200pt;
        margin: 0 auto 0 auto;
    }
    .change_line_right_bottom{
        display: none;
    }
}
@media only screen and (max-width: 800px) and (min-width: 360px){
    .change_starts{
        margin: 80pt 0;
    }
    .change_logo{
        display: none;
    }
    .change_logo img{
        display: none;
    }
    .change_content{
        display: block;
        padding: 0;
    }
    .change_img{
        display: none;
    }
    .change_img img{
        display: none;
    }
    .change_info{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .change_info :nth-child(1){
        width: 500px;
        text-align: center;
    }
    .change_info :nth-child(2){
        padding: 20pt 0;
        width: 350px;
        text-align: center;
    }
    .change_info :nth-child(3){
        width: 500px;
        text-align: center;
    }
    .change_line_top_left{
        top: -40pt;
        left: 0;
        right: 0;
        margin: 0 auto 0 auto;
        height: 2pt;
        width: 200pt;
    }
    .change_line_left_top{
        display: none;
    }
    br{
        content: "";
    }
    
    .change_line_bottom_right{
        bottom: -40pt;
        right: 0pt;
        left: 0pt;
        height: 2.5pt;
        width: 200pt;
        margin: 0 auto 0 auto;
    }
    .change_line_right_bottom{
        display: none;
    }
}
@media only screen and (max-width: 600px) and (min-width: 430px){
    .change_info :nth-child(1){
        width: 335px;
    }
    .change_info :nth-child(2){
        width: 320px;
    }
    .change_info :nth-child(3){
        width: 350px;
    }
    .change_line_top_left{
        height: 1px;
        width: 150px;
    }
    .change_line_bottom_right{
        height: 1px;
        width: 150px;
    }
}
@media only screen and (max-width: 430px) and (min-width: 360px){
    .change_info :nth-child(1){
        width: 335px;
    }
    .change_info :nth-child(2){
        width: 300px;
    }
    .change_info :nth-child(3){
        width: 320px;
    }
   .change_line_top_left{
        height: 1px;
        width: 150px;
    }
    .change_line_bottom_right{
        height: 1px;
        width: 150px;
    }
}