* {
    box-sizing: border-box;
    margin: 0;
}
html {
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #1e3051;
}
a{
    font-weight: bold;
    text-decoration: none;
}
a:link {
    color: #1e3051;
    text-decoration:none;
}

/* ziyaret edilmiş link */
a:visited {
    color: #e89e5c;
    text-decoration:none;
}

/* fare işaretçisi link üzerinde */
a:hover {
    color: #cc0000;
}

/* tam tıklama anı */
a:active {
    color: #1e3051;
}
.container {
    max-width: 960px;
    margin: 0 auto;
}
.container.card {
    margin-top: 12.3rem;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: -5px -4px 47px 3px rgba(198, 198, 198, 0.3);
    text-align: center;
    padding: 3.6rem;
    /* padding-bottom: 3.6rem; */
}
.title-main {
    font-size: 3.6rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 2.1rem;
}
.main-image svg {
    max-width: 61rem;
    margin-bottom: 2rem;
}

.subheading{
    color: #1E3051;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 3rem;
}
.subsubheading{
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 3rem;
    color: #e89e5c;
    background-color: #1e3051;
}
.subsubheadinga{
    font-size: 2.0rem;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 3rem;
    color: #1e3051;
    background-color: #fff7f3;
}
.card .text {
    font-size: 13px;
    letter-spacing: 0.26px;

}
footer {

    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.7rem;
}
footer .logo svg {
    width: 145px;
    padding-left: 11px;
}
footer .left-side {
    display: flex;
    align-items: center;
}
img{
    max-width: 100%;
    max-height: 100%;
    display: block; /* remove extra space below image */
}
.box{
    width: 250px;
}
.box.large{
    height: 300px;
}
.box.small{
    height: 100px;
}
/* Medias */
@media screen and (max-width: 1024px){
    .container {
        max-width: 90%;
    }
    @media screen and (max-width: 768px){
        html {
            font-size: 7px;
        }
        .container {
            max-width: 90%;
        }
        .container.card {
            margin-top: 6rem;
        }
        .card .text {
            font-size: 1.6rem;
        }
    }
    @media screen and (max-width: 480px){
        html {
            font-size: 5.7px;
        }
        .container {
            max-width: 95%;
        }
        .title-main {
            font-size: 6.6vw;
        }
        /* .container.card {margin-top: 2rem;} */
        .subheading{
            font-size: 13px;
        }
        .card .text {
            font-size: 12px;
        }
        footer {
            flex-direction: column;
        }
    }
}
.st0 {
    fill: #FFFFFF;
}

.st1 {
    fill: #6CDD6C;
}

.st2 {
    fill: #50AA50;
}

.st3 {
    fill: #106797;
}

.st4 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #A3D5E9;
}

.st5 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #106797;
}

.st6 {
    fill: #A3D5E9;
}

.st7 {
    fill: #405B91;
}

.st8 {
    fill: #B6D0FB;
}

.st9 {
    fill: #8AB436;
}

.st10 {
    fill: #C1E9F4;
}

.st11 {
    fill: #415B91;
}
