@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Sofia Sans Condensed', sans-serif;
    font-weight: 700;
    line-height: 1;
}

p, span, a, li{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
}

section{
    width: 100%;
    height: 100vh;
    background: url(./img/Mask\ group.jpg) center / cover no-repeat;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
}

section h1{
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
}

section p{
    width: 100%;
    max-width: 1080px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    color: #fff;
}

.followUs{
    width: 100%;
    max-width: 1080px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    position: absolute;
    bottom: 60px;
}

.followUs p{
    width: fit-content;
    font-weight: 400;
}

.followUs img{
    width: 30px;
    height: 30px;
}