/* Mobile */
@media (min-width:320px) and (max-width:425px){
    body{
        max-width: 100%;
        overflow-x: hidden;
    }
    .top{
        gap: 2 !important;
        text-align: left;
        font-size: 10px;
    }
    .right{
        max-width: 100%;
        position: relative;
        left: 0;
    }
    .left{
        max-width: 100%;
    }
    table{
        max-width: 100%;
        width: 2%;
    }
    .hrimg{
        margin-top: 120px;
    }
    .main{
        max-width: 100%;
    }
    .speakers-grid{
        grid-template-columns: repeat(1, 1fr);
        flex: 0.1;
        gap: 10px;
        margin-left: 0;
    }
    .Scontainer{
        gap: 10px;
    }
    .speakdata{
        max-width: 100%;
        margin-right: 0;
        padding: 0;
        margin-left: 0;
    } 
    .imgcontainer{
        gap: 0px;
    }
    .imgcontainer .img-box{
        width: 100px;
    }
    .imgcontainer .img-box img{
        width: 70%;
        height: 70px;
    }
    .imgcontainer .text-below{
        font-size: 8px;
    }
}
/* Tablet */
@media (min-width:426px) and (max-width:768px){
    .top{
        max-width: 100%;
        font-size: 8px;
    }
    .right{
        max-width: 100%;
        position: absolute;
        left: 400px;
    }
    .main{
        display: grid;
    }
    .container-1{
        margin-left: 50px;
    }
    .container-2 img{
        margin-left: 50px;
    }
    .line {
        display: flex;
        align-items: center;
        color: hsl(214.91deg 56.12% 61.57%); /* light blue text */
        font-size: 35px;
        font-weight: 2;
    }
    .line::after {
        content: "";
        flex: 2;
        margin-left: 20px;
        border-bottom: 4px solid #6495ed;
        margin-right: 150px;
        border-radius: 20px;
        
    }
    .imgcontainer{
        gap: 2px;
    }
    .imgcontainer .img-box{
        width: 250px;
    }
    .imgcontainer .img-box img{
        width: 70%;
        height: 100px;
    }
    .hrimg{
        margin-top: 500px;
        max-width: 100%;
        margin:20px;
        display:flex;
        align-items: center;
        justify-content: center;
    }
}
/* Laptops */
@media (min-width:769px) and (max-width:1024px) {
    .top{
        font-size: 12px;
        padding: 0;
        margin: 0;
    }
    .Cont{
        margin-left: 0;
        width:230px;
    }
    .speakdata{
        margin-right: 0;
    }
    .container-2 img{
        width: 330px;
        margin-top: 30px;
    }
    .line {
        display: flex;
        align-items: center;
        color: hsl(214.91deg 56.12% 61.57%); /* light blue text */
        font-size: 35px;
        font-weight: 2;
    }
    .line::after {
        content: "";
        flex: 2;
        margin-left: 20px;
        border-bottom: 4px solid #6495ed;
        margin-right: 350px;
        border-radius: 20px;
        
    }
    .speakers-grid{
        flex: 1;
    }
    .left{
        width: 100%
    }
    .right{
        left: 550px;
    }
}
/* Desktops */
@media (min-width:1025px) and (max-width:1440px) {
    .container-2 img{
        width: 400px;
        margin-top: 30px;
    }
    .right{
        left: 780px;
    }

}
/* large screens */
@media (min-width:1441px){
    .Scontainer{
        max-width: 100%;
    }
    .right{
        left: 1450px;
    }
}