*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
#study-template-main-container{
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: column;
}
#study-template-header-section{
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#study-template-header-left-section{
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 50%;
    padding-top: 20px;
    padding-left: 50px;
}
#study-template-header-left-section span{
    padding: 5px;
    border-radius: 20px;
    width: fit-content;
    background-color: #c02567;
    color: white;
}
#study-template-header-left-section p{
    width: 100%;
    height: fit-content;
    letter-spacing: 1px ;
    font-size: small;
}
#study-template-header-left-section h1{
    font-size: 50px;
    width: 100%;
    font-weight: 900;
}
#study-template-header-right-section{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#study-template-header-right-section img{
    height: 400px;
    object-fit: fill;
    border-radius: 20px;
    width: 500px;
}
@media (max-width: 991px){
    #study-template-header-section{
        flex-direction: column;
    }
    #study-template-header-left-section{
        width: 90%;
        padding: 0;
    }
    #study-template-header-right-section{
        width: 100%;
        margin-top: 20px;
    }
    #study-template-header-right-section img{
        height: 350px;
        width: 350px;
    }
}
@media (max-width: 768px){
  
    #study-template-header-left-section h1{
        font-size: 35px;
    }
    #study-template-header-right-section img{
        height: 300px;
        width: 300px;
    }
}
@media (max-width: 600px){
  
    #study-template-header-left-section h1{
        font-size: 35px;
    }
    #study-template-header-left-section p{
        font-size: smaller;
    }
    #study-template-header-right-section img{
        height: 250px;
        width: 250px;
    }
}
@media (max-width:  399px){
  
    #study-template-header-left-section h1{
        font-size: 30px;
    }
    #study-template-header-left-section p{
        font-size: x-small;
    }
    #study-template-header-right-section img{
        height: 250px;
        width: 250px;
    }
}

/* study-template-second-section */
#study-template-second-section{
    height: fit-content;
    width: 100%;
    display: flex;
    border-bottom: 1px solid gray;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 30px;
}
.study-template-second-section-row{
    height: 100%;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#study-template-second-section-row1 span{
    padding: 3px;
    color: white;
    background-color: #c02567;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 100;
    margin-top: 20px;
    font-size: larger;
    border-radius: 20px;
}
#study-template-second-section-row1 span:first-child {
    background-color: black;
}
#study-template-second-section-row2 span{
    font-size: 70px;
    letter-spacing: 2px;
    font-weight: 900;
    color: #121216;
}
#study-template-second-section-row2 p{
    font-size: 20px;
    color: gray;
}
#study-template-second-section-row3 span{
    font-size: 70px;
    letter-spacing: 2px;
    font-weight: 900;
    color: #121216;
}
#study-template-second-section-row3 p{
    font-size: 20px;
    color: gray;
}
#study-template-second-section-row4 li{
    font-size: large;
    color: gray;
    list-style: none;
    margin: 2px;
    width: 150px;
}
#study-template-second-section-row4 li:hover{
    color: #c02567;
}
@media (max-width:  991px){
    #study-template-second-section-row2 span{
        font-size: 50px;
    }
    #study-template-second-section-row2 p{
        font-size: 16px;
    }
    #study-template-second-section-row3 span{
        font-size: 50px;
    }
    #study-template-second-section-row3 p{
        font-size: 16px;
    }
    #study-template-second-section-row4 li{
        font-size: medium;
    }
}
@media (max-width:  768px){
    #study-template-second-section-row1 span{
        padding: 1px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: small;
    }
    #study-template-second-section-row2 span{
        font-size: 40px;
    }
    #study-template-second-section-row2 p{
        font-size: 13px;
    }
    #study-template-second-section-row3 span{
        font-size: 40px;
    }
    #study-template-second-section-row3 p{
        font-size: 13px;
        text-align: center;
    }
    #study-template-second-section-row4 li{
        font-size: small;
        text-align: center;
    }
}
@media (max-width:  600px){
    #study-template-second-section{
      height: fit-content;
      flex-direction:column;
    }
    .study-template-second-section-row{
        height: 150px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}


/* study-template-question-section */
#study-template-question-section{
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;

}
#question-left-section{
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: flex-start;
    position: relative;
    width: 30%;
}
#question-left-section span{
    padding: 3px;
    background-color: #c02567;
    color: #fff;
    font-size: medium;
    margin-right: 50px;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
#question-right-section{
    height: 100%;
    width: 70%;
}
#question-right-section h5{
    font-size: 50px;
    width: 100%;
}
#question-right-section p{
    color: gray;
}
@media (min-width:  3000px){
#study-template-main-container{
    height: 800px;
}
#study-template-header-section {
    width: 50%;
}
#study-template-header-left-section p {
    font-size: x-large;
}
#study-template-header-left-section span {
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: xx-large;
}
#study-template-second-section-row1 span{
    font-size: xx-large;
}
#study-template-second-section-row2 p ,#study-template-second-section-row3 p {
    font-size: 30px;
}
#study-template-second-section-row4 li {
    font-size: xx-large;
}
#question-right-section p {
    font-size: 30px;
}
#question-left-section span {
    font-size: xx-large;
}
}
@media (max-width:  768px){
    #question-left-section{
        display: none;
    }
    #question-right-section{
        height: 100%;
        width: 95%;
    }
    #question-right-section h5{
        font-size: 40px;
        width: 100%;
    }
}
@media (max-width:  768px){
    #question-right-section h5{
        font-size: 30px;
        width: 100%;
    }
}