﻿.IletisimImgText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    text-align: center;
    font-weight: 500;
    font-size: 3rem;
}

.contact-title {
    color: #003065;
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left: 15px;
    padding-bottom: 1rem;
    border-bottom: 4px solid #003065;
    width: 16rem;
}

.address-title, .help-title {
    color: #003065;
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 1rem;
}

.list-title {
    color: #92889b;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-size: 17px;
}

.info {
    font-size: 16px;
    font-weight: 400;
    color: #92889b !important;
}

.send-button {
    background-color: #003065;
    color: white;
    padding: .5rem 2rem;
}

.frame {
    border: 1px solid #003065;
    border-radius: 16px;
    min-height: 429px;
    margin-bottom: 2rem;
}
