body {
    background: #121212;
    color: white;
}

@font-face {
    font-family: 'Northwell Alt';
    src: url('fonts/NorthwellAlt.eot');
    src: url('fonts/NorthwellAlt.eot?#iefix') format('embedded-opentype'), url('fonts/NorthwellAlt.woff2') format('woff2'),
    url('fonts/NorthwellAlt.woff') format('woff'), url('fonts/NorthwellAlt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aeonik-Bold';
    src: url('fonts/Aeonik-Bold.otf') format('truetype');
}

body h1 {
    text-align: center;
    font-family: "Aeonik-Bold";
    font-size: 28px;
    margin-top: 100px;
}

div.container {
    max-width: 600px;
    display: flex;
    align-items: center;
}

section {
    width: 269px;
    height: 273px;
    border-bottom-right-radius: 30px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}

section div h2 {
    font-family: "Aeonik-Bold";
    font-size: 26px;
    font-weight: 32px;
}

section div p {
    font-family: "Northwell Alt";
    font-size: 52px;
    line-height: 60px;
    color: #121212;
    margin-top: 25px;
    font-weight: 400;
}

section div span i {
    position: absolute;
    bottom: 30px;
}
div span i svg {
    width:44px;
    transition: width 0.2s;
}
div span i svg:hover {
    width: 90px;
}
a:hover div span i svg {
    width:90px;
}
a:hover  {
    text-decoration:none;
}
@media (max-width: 767px) {
    section {
        margin-left: auto;
        margin-right: auto;
    }
}
