*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#Blog-main-container{
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #08354e;
    align-items: center;
    justify-content: center;
}
#Blog-second-top-main-container{
    height: fit-content;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#Blog-second-top-header{
    height: fit-content;
    text-align: left;
    padding-top: 10px;
    font-size: medium;
    color: white;
    width: 100%;
}
#Blog-second-top-header span{
    color: #33cbd9;
}
#Blog-second-top-body{
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    /* margin-bottom: 80px;
    margin-top: 80px; */
    gap: 10px;
    /* padding: 50px; */
    flex-direction: row;
}
#Blog-second-top-body img{
    height: auto;
    width: 50%;
    border: 5px solid #33cbd9;
}

#Blog-second-top-footer{
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 30px 0;
}
#Blog-second-top-footer h1{
    color: #33cbd9;
    font: 50px;
    text-align: center;
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: 600;
}
#Blog-second-top-footer h4{
    color: white;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 30px;
    margin: 0;
    font-weight: 600;
}
@media only screen and (max-width: 5000px) and (min-width: 1500px){
    #Blog-second-top-body{
        height: 300px;
        width: 100%;
        display: flex;
        justify-content:center;
        align-items: center;
        margin-bottom: 150px;
        gap: 40px;
        flex-direction: row;
    }
    #Blog-second-top-body img{
        height: auto;
        width: 500px;
    }
}
@media (max-width: 991px){
#Blog-main-container{
    height: fit-content;
}
#Blog-second-top-body{
    height: fit-content;
    width: 100%;
    margin: 0;
    flex-direction: row;
}
#Blog-second-top-footer h1 {
    font-size: 40px;
}
#Blog-second-top-body img{
    height: 300px !important;
    width: 300px !important;
}
#Blog-second-top-footer h4{
    font-size: 18px;
}
}
@media (max-width: 768px){
    #Blog-main-container{
        height: fit-content;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #Blog-second-top-header {
    font-size: small;
}
#Blog-second-top-body{
    height: fit-content;
    width: 100%;
    margin: 0;
    flex-direction: row;
}
#Blog-second-top-body img{
    height: 200px !important;
    width: 200px !important;
}

#Blog-second-top-footer h1{
    font-size: 27px;
}
#Blog-second-top-footer h4{
    font-size: 15px;
}
}
@media (max-width: 600px){
    #Blog-second-top-footer h1{
        font-size: 22px;
    }
        #Blog-second-top-header {
        font-size: xx-small;
    }
    #Blog-second-top-footer h4{
        font-size: 12px;
    }
    #Blog-second-top-footer {
    padding: 20px 0;
}
}
@media (max-width: 400px){
    #Blog-main-container{
        height: fit-content;
    }
    #Blog-second-top-footer h1{
        font-size: 20px;
    }
  
      #Blog-second-top-header {
        font-size: xx-small;
    }
    #Blog-second-top-body img{
        height: 150px !important;
        width: 150px !important;
    }
    #Blog-second-social-date-container span{
        font-size: 10px;
    }
        #Blog-second-top-footer {
        padding: 10px 0;
    }
        #Blog-second-top-footer h4 {
        font-size: 10px;
    }
}

/* TEXT CONTAINMENT */
#blog-text-main-container {
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    background-color: rgb(250, 235, 215,0.5);
}
#blog-text-right-container {
    height: 100%;
    width: 80%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
#blog-text-right-second-container{
    height: 95%;
    width: 95%;
    padding-left: 40px;
    padding-right: 40px;
}
#blog-text-right-second-container p ,#blog-text-right-second-container li{
    font-size: smaller;
}
#blog-text-right-second-container p b{
    color: #33cbd9;
}
.first-word {
    color: #08354e;
    font-weight: 900;
    font-size: 40px;
}

#blog-text-right-second-container h2{
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #08354e;
    font-size: x-large;   
}
#blog-text-right-second-container a{
    color: #33cbd9;
}
#blog-text-right-second-container a:hover{
    color: #33cbd9;
}
#blog-text-right-second-container h1{
    font-weight: 900;
    font-size: 40px;
    color: #33cbd9;
}
.faq-item {
    margin-bottom: 15px;
}
.faq-item h2 {
    cursor: pointer;
    color: #33cbd9;
    font-size: medium !important;
    display: flex;
    align-items: center;
}
.faq-item p {
    display: none;
    margin-top: 10px;
    font-size: smaller;
    animation: fadeIn 0.3s ease-out;
}
.plus-minus {
    font-size: 20px;
    margin-right: 10px;
    transition: transform 0.3s ease;
}
.open .plus-minus {
    transform: rotate(45deg);
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@media (max-width: 991px) {
    #blog-text-main-container {
        height: fit-content;
        width: 100%;
    }
    
    #blog-text-left-container{
        display: none;
    }
    #blog-text-right-container {
        width: 100%;
        height: auto;
    }

    #blog-text-main-container {
        flex-direction: column;
    }
}
@media screen and (min-width: 1700px) and (max-width: 3500px){
    #blog-text-right-second-container p{
        font-size: 20px;
    }
    #blog-text-right-second-container h2{
        font-size: 35px;
        
    }
}

