@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0 auto;
    padding: 0;
    font-family: 'Poppins', serif;
}

.color-yellow {
    color: #FFBA00;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.hero {
    height: 40em;
    background: #004FCE url("../images/medium-shot-woman-with-laptop-coffee-shop.png") no-repeat right/50% 100%;
}

.content {
    width: 1440px;
    text-align: center;
    height: 100%;
}

.hero-content {
    margin-left: 0;
    width: 42%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6% 4%;
    height: 78%;
}

.hero-content h1, .hero-content h2 {
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
}

.hero-content h1, .how-to h1, .specifications .content h1, .try-now h1 {
    font-size: 3rem;
}

.hero-content h2, .how-to h2, .specifications .content h2, .try-now h2 {
    font-size: 1.9rem;
}

.hero-content button {
    cursor: pointer;
    margin-left: 0;
    width: 14em;
    background: #fff;
    color: #004FCE;
    border: none;
    border-radius: 1.5em;
    padding: .3em 1em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}

.how-to {
    padding: 2em 0;
    color: #004FCE;
}

.how-to article, .specifications .content article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 3em;
    padding: 2em 5em;
}

.how-to article div div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 3.2rem;
    font-weight: 800;
    background: #FFBA00;
    border-radius: 50%;
    color: #fff;
    width: 1.2em;
    height: 1.2em;
    margin-bottom: .2em;
}

.how-to article div p {
    color: #333333;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0 .5em;
}

.specifications, .logo {
    background: #004FCE;
    padding: 2em 0;
    color: #fff;
    text-align: center;
}

.specifications .content article div img {
    width: 5em;
}

.specifications .content article div h6 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: .2em;
}

.specifications .content article div p {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0 1em;
}

.try-now {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5em 0;
}

.try-now h1 {
    color: #FFBA00;
}

.try-now h2 {
    color: #004FCE;
}

footer {
    color: #004FCE;
    font-size: 1rem;
    font-weight: 500;
}

footer section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2em;
    width: 100%;
    align-content: flex-start;
    flex-wrap: wrap;
}

.social-media {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 2em;
    width: 100%;
}

.contact {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left :0;
    margin-bottom: .5em;
}

.contact > * {
    margin-right: .5em;
}

.social-media > * {
    margin: 0 .5em;
}