﻿@media screen and (max-width: 1024px)
{
    .cozum-title {
        position: relative;
        font-size: 24px;
        font-weight: 700;
        padding-left: 3%;
    }
    .cozum-title hr {
    position: absolute;
    left: -8%;
    width: 1px;
    transform: rotate(90deg);
    background-color: #10487C;
    top: -105%;
    height: 80px;
    opacity: 1;
}
}
@media screen and (max-width: 768px)
{
    .cozum-title hr {
        position: absolute;
        left: -5%;
        width: 1px;
        transform: rotate(90deg);
        background-color: #10487C;
        top: -105%;
        height: 80px;
        opacity: 1;
    }
    .cozum-description {
        margin-top: 3%;
        width: 100%;
    }
}

@media screen and (max-width: 425px)
{
    .cozum-title {
        position: relative;
        font-size: 21px;
        font-weight: 700;
        padding-left: 7%;
    }

    .cozum-title hr {
        position: absolute;
        left: -5%;
        width: 1px;
        transform: rotate(90deg);
        background-color: #10487C;
        top: -85%;
        height: 80px;
        opacity: 1;
    }
}

@media screen and (max-width: 375px)
{
    .cozum-title {
        position: relative;
        font-size: 18px;
        font-weight: 700;
        padding-left: 7%;
    }
        .cozum-title hr {
            position: absolute;
            left: -7%;
            width: 1px;
            transform: rotate(90deg);
            background-color: #10487C;
            top: -107%;
            height: 80px;
            opacity: 1;
        }
}

@media screen and (max-width: 320px)
{
    .cozum-title {
        position: relative;
        font-size: 17px;
        font-weight: 700;
        padding-left: 8%;
    }
        .cozum-title hr {
            position: absolute;
            left: -7%;
            width: 1px;
            transform: rotate(90deg);
            background-color: #10487C;
            top: -119%;
            height: 80px;
            opacity: 1;
        }
}