﻿.isortagi{
    margin-left: 125px;
}

    .isortagi p strong {
        font-size: 22px;
        font-weight 600;
        font-family: 'Futura LT';
        margin-left: -25px;
    }

    .isortagi p {
        margin-left: 25px;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Futura LT';
    }

hr {
    height: 0.5px;
    background-color: rgba(0,0,0,0.4);
    position: relative;
    top: 40px;
}

.txt1 {
    position: relative;
    z-index: 1;
    bottom: 30px;
    left: 40%;
    font-size: 20px;
    color: rgba(0,0,0,0.6);
    background-color: white;
    width: 200px;
    text-align: center;
    top: 5px;
}

@media screen and (max-width:420px) {
    .txt1 {
        left: 20%;
    }
}

.txt2 {
    width: 75%;
    margin-left: 11%;
    font-size: 16px;
    font-family: 'Futura LT';
    text-align: center;
    /*background-image: url(../../Contents/Image/download.png);
    background-repeat: no-repeat;
    background-position: center;*/
}