.hz-wrapper{
    background: #FFFFFF;
    max-width: 1920px;
    margin: 0 auto;
    padding: 150px 280px 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.hz-title {
    width: 100%;
    text-align: left;
}
.hz-title h3{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 51px;
    line-height: 32px;
    letter-spacing: 0.03em;
    color: #000000;
}
.hz-title p{
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 32px;
    letter-spacing: 0.03em;
    color: #000000;
}
.hz-image img{
    width: 100%;
    max-width: none !important;
}
@media only screen and (max-width: 1761px){
    .hz-wrapper{
    padding: 23px 280px 23px;
}
.hz-title  p{
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0.03em;
}
.hz-title  h3{
    font-size: 46px;
    line-height: 34px;
    letter-spacing: 0.03em;
}
}
@media only screen and (max-width: 1561px){
    .hz-wrapper{
    padding: 23px 280px 23px;
}
.hz-title  p{
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0.03em;
}
.hz-title  h3{
    font-size: 41px;
    line-height: 34px;
    letter-spacing: 0.03em;
}
}
@media only screen and (max-width: 1361px){
    .hz-wrapper{
    padding: 23px 280px 23px;
}
.hz-title  p{
    font-size: 27px;
    line-height: 34px;
    letter-spacing: 0.03em;
}
.hz-title  h3{
    font-size: 35px;
    line-height: 34px;
    letter-spacing: 0.03em;
}
}
@media only screen and (max-width: 1265px){
    .hz-wrapper{
    padding: 23px 100px 23px;
}
}
@media only screen and (max-width: 1161px){
    .hz-wrapper{
    padding: 23px 100px 23px;
}
.hz-title  p{
    font-size: 23px;
    line-height: 34px;
    letter-spacing: 0.03em;
}
.hz-title  h3{
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.03em;
}
}
@media only screen and (max-width: 1161px){
    .hz-wrapper{
    padding: 23px 100px 23px;
}
.hz-title  p{
    font-size: 19px;
    line-height: 34px;
    letter-spacing: 0.03em;
}
.hz-title  h3{
    font-size: 23px;
    line-height: 34px;
    letter-spacing: 0.03em;
}
}
@media only screen and (max-width: 1090px){
    .hz-wrapper{
    padding: 23px 50px 23px;
}
}
@media only screen and (max-width: 961px){
    .hz-wrapper{
    padding: 23px 50px 23px;
}
.hz-title  p{
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.03em;
}
.hz-title  h3{
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.03em;
}
}
@media only screen and (max-width: 761px){
    .hz-wrapper{
    padding: 23px 50px 23px;
}
.hz-title  p{
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.03em;
}
.hz-title  h3{
    font-size: 20px;
    line-height: 34px;
}
}
@media only screen and (max-width: 561px){
    .hz-wrapper{
    padding: 23px 50px 23px;
}
.hz-title  p{
    font-size: 14px;
    line-height: 34px;
}
.hz-title  h3{
    font-size: 18px;
    line-height: 34px;
}
}
@media only screen and (max-width: 486px){
    .hz-wrapper{
    padding: 23px 40px 23px;
}
}
@media only screen and (max-width: 361px){
    .hz-wrapper{
    padding: 23px 40px 23px;
}
.hz-title  p{
    font-size: 12px;
    line-height: 32px;
}
.hz-title  h3{
    font-size: 16px;
    line-height: 32px;
}
}