.contItem>.left {
    height: 301px;
}

.contItem > .left > p {
	font-size: 24px;
}

.contItem > .left > p >span {
	font-size: 32px;
}


.right > p {
    line-height: 180%;
}

@media screen and (max-width: 1024px) {
    .textBox {
        font-size: 24px;
    }

    .contItem>.right {
        font-size: 24px;
    }

    .contItem>.left {
        font-size: 24px;
        width: 400px;
        height: 187px;
    }


}

@media screen and (max-width: 520px){
    .contItem>.left {
    height: 168px;
    }

    .right>p {
        line-height: 150%;
        padding-bottom: 2%;
    }
} 

@media screen and (max-width: 480px) {
    .contItem>.left {
        width: 90%;
    }

}

@media screen and (max-width: 300px) {
    .contItem>.left {
        height: 123px;
    }
    
    .right>p {
        line-height: 150%;
        padding-bottom: 10%;
    }
}