@red: #EF3F2A;
@blue: #0092B3;
@grey: #ADAFB2;

.banner {
    height: 40vh;
    .content {
        margin-top: 1rem;
        font-size: 1.3em;
    }
}

p {
    font-size: 16px;
}

.home-item {
    margin-bottom: -5%;
}

.blogStory {
    margin-left: 20%;
    margin-right: 10%;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 5%;
}

.blogStory h2 {
    color: black;
    font-family: Playfair Display;
    font-size: 42px;
}

.blogParagraphs {
    letter-spacing: 1px;
    font-family: 'Times New Roman', Times, serif;
    color: black;
    font-size: 16px;
    margin-bottom: 5%;
}

.writtenText { 
    font-family: Playfair Display;
    font-size: 16px;
}

.issuesText {
/*    font-size: 20px;*/
    text-decoration: none;
    
    background-color: #0092B3;
    font-family: Montserrat;
    padding: 12px 70px;
    color: white;
    border-radius: 0;
    font-size: 14px;
    margin-top: 2%;
    margin-bottom: 2%;
    border: none;
    display: inline-block;
    line-height: 1;
}

.writtenText a {
    text-decoration: none;
    color: black;
}

.rightForm {
    border-left: 2px solid @grey;
/*    margin-bottom: 5%;*/
    width: 30%;
}
.rightForm .images {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.rightForm input {
    margin-bottom: 1rem;
/*    margin-left: -40%;*/
    width: 100%;
    font-family: Playfair Display;
}

.rightForm h2 {
    font-family: Montserrat;
    font-size: 13px;
    width: 330px;
    opacity: 0.6;
}

.submitBtn input {
/*    margin-top: 40%;*/
    padding: 10px 30px;
    width: 300px;
}

.lastTxt { 
/*    margin-top: -63%;*/
/*    margin-left: 36.4%;*/
}

.image img, .image2 img {
    width: 67%;
}
.image2 img {
/*    margin-top: 3%;*/
}
.captchaForm {
/*    margin-left: -5%;*/
}

@media screen and (min-width: 1900px) {
    p {
        font-size: 22px;
    }
    .blogStory h2 {
        font-size: 48px;
    }
    .lastTxt {
/*       margin-top: -56.5%;*/
/*       margin-left: 30%;*/
    }
    .rightForm input, .captchaForm {
/*        margin-left: 16%;*/
    }
    .rightForm h2 {
/*        margin-left: 4.7%;*/
        width: 330px;
        font-size: 13.5px;
    }
    .rightForm img {
/*        margin-left: 4.2%;*/
        width: 55%;
    }
}
@media screen and (max-width: 1440px) {
    .lastTxt {
/*        margin-top: -61.3%;*/
    }
    .rightForm input {
/*        margin-bottom: 40%;*/
    }
}
@media screen and (max-width: 1024px) {
    .blogStory {
/*        margin-left: 15%;*/
    }
    .rightForm h2 {
/*        width: 270px;*/
    }
    .rightForm input {
/*        width: 115px;*/
/*        margin-bottom: 75%;*/
    }
    .rightForm img {
/*        margin-left: 1%;*/
    }
    .lastTxt {
/*        margin-left: 47%;*/
/*        margin-top: -84.3%;*/
    }
    .submitBtn input {
/*        margin-top: 1%;*/
    }
    .image img, .image2 img {
        width: 85%;
    }

}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .rightForm .images {
        flex-direction: row;
    }
    .image, .image2 {
        img {
            width: 100%;
        }
    }
}
@media screen and (max-width: 767px) {
    .rightForm {
        border-left: none;
        border-top: 2px solid @grey;
/*        margin-bottom: 40%;*/
    }   
    .rightForm img {
/*        margin-top: 9%;*/
    }
    .rightForm h2 {
/*        margin-top: -1%;*/
    }
    .rightForm input {
/*       margin-left: 0%;*/
/*       margin-bottom: 35%;*/
    }
    .image {
        width: 50%;
/*        margin-left: 54%;*/
    }
    .image2 {
/*        margin-bottom: 10%;*/
/*        margin-top: -47%;*/
        width: 50%;
/*        margin-left: 6%;*/
    }
    .lastTxt {
/*        margin-left: 20%;*/
/*        margin-top: -42.2%;*/
    }

}
@media screen and (max-device-width: 425px) {
    .rightForm .images {
        display: none;
    }
    .image img, .image2 img {
        visibility: hidden;
    }
    .image2 img {
/*        margin-bottom: 0;*/
    }
    .rightForm h2 {
/*        margin-top: -50%;*/
    }
    .rightForm input {
/*        margin-left: -41%;*/
    }
    .rightForm input {
/*        width: 150px;*/
    }
    .lastTxt {
/*        margin-left: 45%;*/
/*        margin-top: -65.3%;*/
    }
    .submitBtn {
/*        margin-bottom: 60%;*/
    }
}
@media screen and (max-device-width: 375px) {
    .rightForm input {
/*        margin-left: -52%;*/
    }
    .lastTxt {
/*        margin-top: -71%;*/
    }
}
@media screen and (max-device-width: 320px) {
    .rightForm input {
/*        width: 130px;*/
/*        margin-left: -80%;*/
    }
    .lastTxt {
/*        margin-left: 50%;*/
/*        margin-top: -78.7%;*/
    }
    .writtenText {
        font-size: 14px;
    }
}