﻿@media screen and (max-width: 1366px)
{
    .cozum-description hr {
        position: absolute;
        left: -11%;
        width: 1px;
        transform: rotate(90deg);
        background-color: #10487C;
        top: -18%;
        height: 80px;
        opacity: 1;
    }
}

@media screen and (max-width: 1024px)
{
    .cozum-description hr {
        position: absolute;
        left: -11%;
        width: 1px;
        transform: rotate(90deg);
        background-color: #10487C;
        top: -16%;
        height: 80px;
        opacity: 1;
    }
}

@media screen and (max-width: 768px)
{
    .cozum {
        padding-top: 8% !important;
        padding-left: 4%;
    }
    .cozum-description hr {
        position: absolute;
        left: -8%;
        width: 1px;
        transform: rotate(90deg);
        background-color: #10487C;
        top: -27%;
        height: 80px;
        opacity: 1;
    }
}

@media screen and (max-width: 425px)
{
    .cozum-description {
        width: 100%;
        margin-top: 5%;
        padding: 0 6%;
        font-size: 14px !important;
    }
        .cozum-description hr {
            position: absolute;
            left: -7%;
            width: 1px;
            transform: rotate(90deg);
            background-color: #10487C;
            top: -16%;
            height: 80px;
            opacity: 1;
        }
    .btn-width {
        width: 100%;
    }
}

@media screen and (max-width: 375px)
{
    
        .cozum-description hr {
            position: absolute;
            left: -8%;
            width: 1px;
            transform: rotate(90deg);
            background-color: #10487C;
            top: -15%;
            height: 80px;
            opacity: 1;
        }
}

@media screen and (max-width: 320px)
{
        .cozum-description hr {
            position: absolute;
            left: -11%;
            width: 1px;
            transform: rotate(90deg);
            background-color: #10487C;
            top: -12%;
            height: 80px;
            opacity: 1;
        }
}