.landingpages header {
    height: auto;
    background: #000;
    min-height: auto;
    margin-top: 120px;
}

.landingpages header img {
    width: 100%;
    display: block;
}

.landingpages article h2 {
    display: block;
    text-align: left;
    line-height: 100% !important;
}

.landingpages h1,
.landingpages h2 {
    font-family: 'Qwitcher Grypen',cursive;
    font-size: 400%;
    line-height: 100%;
    margin-bottom: 30px;
    background: transparent;
}

.landingpages h4 {
    font-weight: 700;
}

.landingpages h1 small,
.landingpages h2 small{
    font-size: 30%;
    line-height: 110%;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    display: block;
}

.landingpages .section-2 h2 {
    text-align: center;
}

.landingpages b {
    font-weight: 700;
}

.landingpages ul {
    margin-left: 15px;
}

.landingpages ul li {
    list-style: disc;
}

.landingpages .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.landingpages .col-2 {
    width: 49%;
}

.landingpages .col-3 {
    width: 33%;
}

.landingpages .col-4 {
    width: 24%;
}

.landingpages .container {
    padding: 100px 10%;
}

.landingpages .section-2 img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    margin-bottom: 20px;
}

.landingpages .section-2 .col-3, .landingpages .section-2 .col-4  {
    padding: 20px;
    background-color: #012839;
    color: #fff;
    border-radius: 3px;
    margin-top: 5px;
}

.landingpages .btn {
    background-color: #012839;
    color: #fff;
    padding: 14px 25px;
    display: inline-block;
    margin-top: 10px;
}

.landingpages ul ~ .btn, .landingpages p ~ .btn {
    margin-top: 30px;
}

.landingpages ul ~ p {
    margin-top: 10px;
}

p:last-of-type{
    margin-bottom: 0;
}

@media screen and (max-width: 1450px){   
    .landingpages .col-3, .landingpages .col-4 {
        width: 49%;
        margin-top: 5px;
    }
   
}

@media screen and (max-width: 1024px){
    .landingpages .flexbox {
        flex-wrap: wrap;
    }
    
    .landingpages .col-2 {
        width: 100%;
        margin-top: 20px;
    }

    .landingpages h1, .landingpages h2 {
        font-size: 300%;
    }

    .landingpages .container {
        padding: 50px 5%;
    }
}

@media screen and (max-width: 750px){
    .landingpages .col-3, .landingpages .col-4 {
        width: 100%;
    }
}