.section-1 {
    margin-top: 59px;
}
body .col-lg-6 h1 {
    font-family: "EalingBlackW00-Regular", sans-serif;
    color: #FFFFFF;
    font-size: 45px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
body .col-lg-6 h1 span {
    color: #EA0029;
}
.details {
    font-family: "Manrope-Medium", sans-serif;
    font-size: 24px;
    line-height: 39px;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.details.small-details {
    font-size: 16px;
}
.details .bold-text {
    font-family: "Manrope-Bold", sans-serif;
}
.details .red {
    color: #EA0029;
    font-family: "Manrope-Bold", sans-serif;
}
.subheading {
    font-family: "Manrope-ExtraBold", sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 33px;
    line-height: 41px;
}
.main-media-container {
    margin-top: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 477px;
}
.main-media-container p {
    font-family: "EalingBlackW00-Regular", sans-serif;
    color: #FBA944;
    text-transform: uppercase;
    font-size: 53px;
    line-height: 61px;
}
.media-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 300px;
}
.main-media-container a {
    text-decoration: none;
}
.logo-container {
    text-align: center;
}
.details.small-details {
    font-size: 18px;
    line-height: 26px;
    background: #FBA944;
    padding: 16px;
    color: #0D0002;
    font-family: 'Manrope-ExtraBold', sans-serif;
}
@media only screen and (max-width: 1023px) {
    .section-1 {
        margin-top: 66px;
    }
    body .col-lg-6 h1, .main-media-container p {
        font-size: 35px;
        line-height: 41px;
        text-align: center;
    }
    .details, .subheading {
        font-size: 21px;
        line-height: 30px;
        text-align: center;
    }
    .details,  body .col-lg-6 h1 {
        margin-bottom: 21px;
    }
    .main-media-container {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 100px;
        justify-content: center;
        max-width: 290px;
        margin-top: 48px;
    }    
    .logo-container img {
        max-width: 280px;
        margin-bottom: 48px;
    }
}