﻿@media screen and (max-width: 1024px)
{
    .cozum-title hr {
        position: absolute;
        left: -8%;
        width: 1px;
        transform: rotate(90deg);
        background-color: #10487C;
        top: -43%;
        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: -85%;
        height: 80px;
        opacity: 1;
    }
    .btn-width {
        width: 105%;
    }
}

@media screen and (max-width: 425px)
{
    .cozum-title hr {
        position: absolute;
        left: -7%;
        width: 1px;
        transform: rotate(90deg);
        background-color: #10487C;
        top: -32px;
        height: 80px;
        opacity: 1;
    }
    .kurumsal-portallar-title {
        font-size: 24px;
        line-height: 38.28px;
        font-weight: 400;
        margin-bottom: 3%;
    }
    .portallarin-amaclari-title {
        font-size: 26px !important;
    }
    .btn-width {
        width: 135%;
    }
}

@media screen and (max-width: 375px)
{
    .kurumsal-portallar-title {
        font-size: 22px;
        line-height: 38.28px;
        font-weight: 400;
        margin-bottom: 3%;
    }
    .kurumsal-portallar p {
        font-size: 15px;
        line-height: 27px;
        font-weight: 400;
    }
        .kurumsal-portallar p b {
            font-size: 17px;
        }
    .portallarin-amaclari-title {
        font-size: 22px!important;
    }
    .portallarin-amaclari img {
        padding-top: 0;
    }
    .btn-width {
        width: 155%;
    }
    
}

@media screen and (max-width: 320px)
{
    .btn-width {
        width: 180%;
    }
    .cozum-title hr {
        position: absolute;
        left: -9%;
        width: 1px;
        transform: rotate(90deg);
        background-color: #10487C;
        top: -54%;
        height: 80px;
        opacity: 1;
    }
}