﻿.cozum-title hr {
    position: absolute;
    left: -8%;
    width: 1px;
    transform: rotate(90deg);
    background-color: #10487C;
    top: -30%;
    height: 80px;
    opacity: 1;
}
.cozum {
    padding-top: 4%;
}
.portallarin-amaclari-title {
    font-size: 34px;
    font-weight: 400;
    line-height: 38.28px;
}

@media screen and (max-width: 1440px)
{
    .cozum-title hr {
        position: absolute;
        left: -8%;
        width: 1px;
        transform: rotate(90deg);
        background-color: #10487C;
        top: -30%;
        height: 80px;
        opacity: 1;
    }
}

@media screen and (max-width: 1024px)
{
    .cozum-title hr {
        position: absolute;
        left: -8%;
        width: 1px;
        transform: rotate(90deg);
        background-color: #10487C;
        top: -42%;
        height: 80px;
        opacity: 1;
    }
}

@media screen and (max-width: 768px)
{
    .btn-width {
        width: 110%;
    }
    .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: 425px)
{
    .cozum-title hr {
        position: absolute;
        left: -7%;
        width: 1px;
        transform: rotate(90deg);
        background-color: #10487C;
        top: -39%;
        height: 80px;
        opacity: 1;
    }
    .btn-width {
        width: 135%;
    }
}

@media screen and (max-width: 375px)
{
    .btn-width {
        width: 160%;
    }
    .cozum-title hr {
        position: absolute;
        left: -7%;
        width: 1px;
        transform: rotate(90deg);
        background-color: #10487C;
        top: -50%;
        height: 80px;
        opacity: 1;
    }
}

@media screen and (max-width: 320px)
{
    .cozum-title hr {
        position: absolute;
        left: -9%;
        width: 1px;
        transform: rotate(90deg);
        background-color: #10487C;
        top: -54%;
        height: 80px;
        opacity: 1;
    }
    .btn-width {
        width: 180%;
    }
    
}