
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    /*font-family: 'GSlight';*/
    background-color: #F4F4F4;
}
/* section 2 */
.section2-container{
    margin-top: 80px;
    width: 100% !important;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section2-container h1{
    /*font-family: 'GSbold';*/
    font-size: 45px;
}
.section2-container p{
    font-size: 18px;
    margin-top: 20px;
}
.section2-part1-div{
    width: 100%;
    margin-top: 80px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
.section2-part1-div img{
    z-index: 1;
    width: 295px;
    height: 360px;
}
.section2-part1-text-div{
    transform: translateX(10px);
    border: 1px solid #009DD9;
    width: 1021px;
    height: 298px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    text-align: end;
    gap: 10px;
    padding: 10px 40px;
}
.section2-part1-text-div h1{
    /*font-family: 'GSmed';*/
    color: #0D6D91;
    font-size: 30px;
}
.section2-part1-text-div h2{
    /*font-family: 'GSmed';*/
    color: black;
    font-size: 22px;
}
.section2-part1-text-div p{
    margin: 0;
    font-size: 18px;
}
.section2-part2-divs{
    margin-top: 100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: end;
    align-items: center;
    gap: 15px;
}
.section2-part2-card-div {
    /*width: 277px;
    height: 337px;*/
    position: relative; /* Needed for absolute positioning of text */
    overflow: hidden;
}

.section2-part2-card-div img {
    filter: grayscale(100%);
    transition: 0.3s;
    width: 100%;
    height: 100%;
    display: block;
}

.section2-part2-card-div img:hover {
    filter: grayscale(0%);
}

.section2-part2-card-text-div a{
    position: absolute;
    bottom: 15%; 
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    padding: 0px;
}

.section2-part2-card-text-div h1 {
    /*font-family: 'GSBold';*/
    font-size: 16px;
    margin: 0;
    text-shadow: 1px 1px #000000;

}

.section2-part2-card-text-div p {
    font-size: 14px;
    margin: 0;
    margin-top: 10px;
    text-shadow: 1px 1px #000000;

}
.section2-part3-div{
    width: 100%;
    margin-top: 80px;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.section2-part3-div2{
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 0px;
}
.section2-part3-div img{
    z-index: 1;
    width: 231.23px;
    height: 300px;
}
.section2-part3-text-div{
    transform: translateX(1px);
    border: 1px solid #009DD9;
    width: 350px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    text-align: end;
    gap: 10px;
    padding: 10px 40px;
}
.section2-part3-text-div h1{
    /*font-family: 'GSBold';*/
    color: #0D6D91;
    font-size: 20px;
}
.section2-part3-text-div h2{
    /*font-family: 'GSmed';*/
    color: black;
    font-size: 20px;
}
.section2-part3-text-div p{
    margin: 0;
    margin-top: 30px;
    font-size: 18px;
    color: #727272;
}
.lvStyle{
    background-color:white;
    border-radius:15px;
}
.news-ReadMore a{
    text-decoration:none;
    color:inherit;
}
.form-control {
    border-radius: 50px;
    border: 1px solid #B2B2B2;
    width: 276px;
    height: 50px;
    text-align: start;
    padding: 10px 15px;
}
.btn-search {
    width: 205px;
    height: 50px;
    border-radius: 50px;
    background-color: #0B2D71;
    color: white;
    border: 0px;
    padding: 10px 15px;
    text-align: center;
    margin-top: 22px;
    text-decoration:none !important;
}
    .btn-search a {
        color: white !important;
        text-decoration: none !important;
    }
.rounded-25{
    width:250px;
}
@media(max-width: 992px) {
    .section2-part1-div{
        width: 100%;
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        gap: 0px;
    }
    .section2-part1-text-div {
        transform: translateX(0px);
        border: 1px solid #009DD9;
        width: auto;
        height: 298px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;
        text-align: end;
        gap: 10px;
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .hero-container h1{
        font-size: 24px;
    }
    .hero-p1{
        font-size: 16px;
    }
    .hero-p2{
        font-size: 16px;
    }
    .section2-container h1{
        font-size: 24px;
    }
    .section2-container p{
        font-size: 14px;
    }
    .section2-part1-div img{
        max-width: 300px !important;
        height: auto !important;
    }
    .section2-part2-divs {
        margin-top: 100px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
}

@media (max-width: 620px) {
    .section2-filtered-content-card{
        background-color: white;
        border: 1px solid #E4E4E4;
        border-radius: 20px ;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: end;
        width: 100%;
        height: auto;
        text-align: end;
    }
}
@media (max-width: 372px) {
    .section2-part3-text-div {
        transform: translateX(1px);
        border: 1px solid #009DD9;
        width: auto;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;
        text-align: end;
        gap: 10px;
        padding: 10px 20px;
    }
}
@media (max-width: 276px) {
    .input-div input {
        border-radius: 50px;
        border: 1px solid #B2B2B2;
        width: 100% !important;
        height: auto;
        text-align: end;
        padding: 10px 15px;
    }
}