body {
    margin: 0;
    background-image: url('https://www.unity.co.za/cdn-cgi/image/width=1900,fit=scale-down,format=auto,metadata=keep,sharpen=0.5/images/ag-bg.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100vh;
    position: relative;

    @media (max-width: 480px) {
        background-size: cover;
    }
}
.container {
    margin: 256px 90px;

    @media (max-width: 480px) {
        margin: 174px 20px;
    }
}
h1 {
    font-family: 'Inter Extra Bold', sans-serif;
    font-weight: 800;
    font-size: 60px;
    line-height: 67px;
    letter-spacing: 0px;
    color: #fff;
    width: 1107px;
    margin-top: 0px;
    margin-bottom: 20px;

    @media (max-width: 1250px) {
        width: 907px;
    }

    @media (max-width: 989px) {
        width: 600px;
    }

    @media (max-width: 480px) {
        font-size: 24px;
        line-height: 27px;
        width: 325px;
    }

    @media (max-width: 320px) {
        width: 280px;
    }
}
img {
    width: 261px;
    margin-bottom: 25px;

    @media (max-width: 480px) {
        width: 209px;
    }
}
p {
    font-family: Georgia;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #fff;
    width: 663px;
    margin-bottom: 20px;

    @media (max-width: 480px) {
        font-size: 14px;
        line-height: 22px;
        width: 320px;
    }

    @media (max-width: 320px) {
        width: 280px;
    }
}
.button {
    font-family: 'Inter Extra Bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: block;
    width: 316px;
    padding-top: 18.5px;
    padding-bottom: 18.5px;
    background-color: #e4140e;
    border-color: #e4140e;
    color: #fff;
    text-decoration: none;
    text-align: center;

    @media (max-width: 320px) {
        width: 280px;
    }
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}