@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto/subset-Roboto-Regular.eot");
    src: local("Roboto"), local("Roboto-Regular"),
        url("fonts/Roboto/subset-Roboto-Regular.eot?#iefix") format("embedded-opentype"),
        url("fonts/Roboto/subset-Roboto-Regular.woff2") format("woff2"),
        url("fonts/Roboto/subset-Roboto-Regular.woff") format("woff"),
        url("fonts/Roboto/subset-Roboto-Regular.ttf") format("truetype"),
        url("fonts/Roboto/subset-Roboto-Regular.svg#Roboto-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.container {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #edeff0;
}
.info-box {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    box-shadow: 0 1px 6px 0 rgb(211 214 219 / 48%);
    padding-top: 65px;
    padding-bottom: 31px;
    width: 471px;
}

.service-image {
    width: 233px;
    margin-bottom: 32px;
}

.text {
    font-size: 24px;
    color: #31343d;
    margin-bottom: 45px;
    font-family: "Roboto", sans-serif;
}

.gerb-image {
    width: 158px;
}
