@font-face {
    font-family: 'Poppins-OFL';
    font-style: light;
    font-weight: 300;
    src: url(./font/Poppins-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins-OFL';
    font-style: bold;
    font-weight: 700;
    src: url(./font/Poppins-Bold.ttf) format('truetype');
}

body {
    margin: 0;
}

.content {
    padding: 90px 150px;
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 50px;
}

.image {
    margin-bottom: 120px;
}

.list {
    grid-row: 2;
    font-family: 'Poppins-OFL';
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    margin: 0px;
}

.list li {
    grid-row: 2;
    font-family: 'Poppins-OFL';
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    margin: 0px;
}

.contact {
    grid-row: 2;
    text-decoration: none;
    color: black;
}

.contact p {
    margin: 0px;
    display: grid;
}

.cta-title {
    font-family: 'Poppins-OFL';
    font-weight: 700;
    font-size: 20px;
    grid-row: 1;
    text-transform: uppercase;
}

.cta-content {
    font-family: 'Poppins-OFL';
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    grid-row: 2;
    border-top: 2px solid #707070;
    border-bottom: 2px solid #707070;
    width: 530px;
    margin-top: 10px;
    padding: 17px 0;
}

.cta-image {
    padding-left: 10px;
    padding-bottom: 5px;
}

.footer {
    background-color: black;
    color: white;
    padding: 60px 150px;
    display: grid;
    grid-template-columns: 50% 50%;
}

.copyright {
    font-family: 'Poppins-OFL';
    font-weight: 200;
    font-size: 20px;
    line-height: 30px;
    margin: 0px;
    padding-top: 120px;
}

.address {
    font-family: 'Poppins-OFL';
    font-weight: 200;
    font-size: 20px;
    line-height: 30px;
    margin: 0px;
}

.address a {
    text-decoration: none;
    color: white;
}


@media only screen and (max-width: 1320px) {

    .image {
        width: 260px;
        height: 100px;
        width: 268px;
        height: 108px;
        margin-bottom: 60px;
    }

    .list {
        margin-bottom: 50px;
    }

    .list li {
        font-size: 35px;
        line-height: 49px;
    }

    .contact {
        margin-top: 10px;
    }

    .cta-content {
        font-size: 25px;
        line-height: 30px;
        width: 350px;
    }

    .cta-image {
        width: 50px;
        height: 15px;
        padding-bottom: 1px;
    }

    .copyright {
        font-size: 15px;
    }
}


@media only screen and (max-width: 1020px) {

    .content {
        grid-template-columns: 1fr 361px 1fr;
        margin: 0px;
        padding: 25px 0px 50px 0px;
    }

    .image {
        grid-column: 2;
    }

    .list {
        grid-column: 2;
    }

    .contact {
        grid-row: 3;
        grid-column: 2;
    }

    .footer {
        grid-template-columns: 1fr 361px 1fr;
        padding: 20px 0px 40px 0px;
    }

    .copyright {
        grid-row: 2;
        grid-column: 2;
        padding-top: 30px;
    }

    .address {
        grid-row: 1;
        grid-column: 2;
    }
}
