*{margin: 0;padding: 0;box-sizing: border-box;}#Blog-main-container{height: fit-content;width: 100%;margin-top: 70px;display: flex;flex-direction: column;background-color: #121216;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: #c91a17;}#Blog-second-top-body{height: fit-content;width: 100%;display: flex;justify-content:center;align-items: center;gap: 10px;flex-direction: row;}#Blog-second-top-body img{height: auto;width: 50%;}#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: #c91a17;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;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;margin-top: 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;margin-top: 60px;}#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%;margin-top: 60px;display: flex;flex-direction: column;background-color: #121216;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;margin-top: 60px;}#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;}}#blog-text-main-container {height: fit-content;width: 100%;display: flex;flex-direction: row;justify-content: space-around;align-items: flex-start;background-color: white;}#blog-text-left-container {height: 2000px;width: 35%;padding: 10px;align-items: center;box-sizing: border-box;}#blog-text-left-sticky-box {height: 250px;margin-left: 50px;width: 70%;position: sticky;top: 100px;padding-bottom: 100px;display: flex;flex-direction: column;justify-content: space-around;padding: 10px;box-sizing: border-box;}#blog-text-left-sticky-box-heading{color: #c91a17;}#blog-text-left-sticky-box p{font-size: small;color: gray;cursor: pointer;transition: all 1s;}#blog-text-left-sticky-box p:hover{color: black;}#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;display: flex;justify-content: center;align-items: flex-start;flex-direction: column;gap: 10px;}#blog-text-right-second-container p ,#blog-text-right-second-container li{font-size: smaller;}#blog-text-right-second-container li{padding: 10px 0;}#blog-text-right-second-container p b{color: #c91a17;}.first-word {color: #c91a17;font-weight: 900;font-size: 40px;}#blog-text-right-second-container h2{font-weight: 600;letter-spacing: 0.5px;color: #c91a17;font-size: x-large;}#blog-text-right-second-container a{color: #c91a17;}#blog-text-right-second-container a:hover{color: #c91a17;}#blog-text-right-second-container h1{font-weight: 900;font-size: 40px;color: #c91a17;}.faq-item {margin-bottom: 15px;}.faq-item h2 {cursor: pointer;color: #c91a17;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;}}