* {
    margin: 0px;
}

@font-face {
    font-family: "Roboto Light";
    src: url("fonts/Roboto-Light.ttf");
}

.mb-8 {
    margin-bottom: 8px;
}

.page-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    min-height: 100vh;
}

.page-content__title {
    font-family: "Roboto Light";
    font-style: normal;
    font-weight: 300;
    text-align: center;
    color: #000000;
}

.page-content__description {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: #717179;
}

@media screen and (max-width: 767px) {
    .page-content__title {
        font-size: 20px;
        line-height: 24px;
        margin-top: 64px;
        margin-left: 24px;
        margin-right: 24px;
        margin-bottom: 24px;
    }
    .page-content__description {
        font-size: 14px;
        line-height: 20px;
        margin-left: 24px;
        margin-right: 24px;
        margin-bottom: 24px;
    }
    .page-content__image img {
        width: 100%;
        max-width: 375px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .page-content__title {
        font-size: 30px;
        line-height: 40px;
        margin-top: 64px;
        margin-bottom: 8px;
    }

    .page-content__description {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 48px;
    }

    .page-content__image img {
        width: 509px;
        height: 320px;
    }
}

@media screen and (min-width: 1024px) {
    .page-content__title {
        font-size: 32px;
        line-height: 40px;
        margin-top: 96px;
        margin-bottom: 8px;
    }

    .page-content__description {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 48px;
    }

    .page-content__image img {
        width: 644px;
        height: 405px;
    }
}
