*{
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0;
  
}
.top{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 28rem;
   
}
.images{
    display: flex;
    flex-direction: column;
    align-items: center;
    height:25rem;
    width:30%;
  
}
.photo{
    width:100%;
    height:80%;
}
.photo img{
    width:100%;
    height:100%;
    object-fit: contain;
    border:5px solid #ffffff;
    border-collapse: collapse;
}
.photo-series{
    display: flex;
    width:90px;
    height: 20%;
   justify-content: center;
}
.photo-series img{
    width:100%;
    height:100%;
    object-fit: fill;
    border-bottom:5px solid #ffffff;
    border-left:5px solid #ffffff;
    border-right:5px solid #ffffff;
   
}
.description{
    height: 25rem;
    width:50%;
  
}
.description #one{
    font-size: 1.8rem;
    color:#005c75;
}
.description #two{
    font-size: 1.4rem;
    color:#005c75;
}
.description #three{
    font-size: 1.3rem;
    line-height: 2rem;
}
.button{
    border-radius: 1rem;
    font-size: 1rem;
    padding: 0.8rem 0.8rem;
    background-color:#ededed;
    border:none;
    font-weight: bolder;
    color:#005c75;
    cursor:pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.button:hover{
    background-color:#e7e7e7;
}
.bottom{
    height: 30rem;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
   
}
.features{
    border-top: 4px solid #005c75;
    width: 97%;
   
}
.specification img{
    max-width: 480px;
}
.list{
    display: flex;
    background-color:#ededed;
}
.list button{
    font-size: 1.2rem;
    padding:0.7rem 1.2rem;
    cursor: pointer;
    background-color:#ededed;
    border:none;
    color:#005c75;
}
#faa,#paa{
    font-size: 1.2rem;
}

@media only screen and (max-width:1100px){
    .images{
        height:20rem;
        width:42%;  
    }
    .description #one{
        font-size: 1.6rem;
    }
    .description #two{
        font-size: 1.3rem;
    }
    .description #three{
        font-size: 1.1rem;
        line-height: 2rem;
    }
    .specification img{
        max-width: 290px;
    }
}
@media only screen and (max-width:916px){
.top{
    flex-direction: column;
    height: 55rem;
}
.images{
    height:20rem;
    width:90%;
}
.photo-series{
    width:70px;
    height: 18%;
}
.description{
    height: 25rem;
    width:90%;
  
}
.specification img{
    max-width: 250px;
}

}

@media only screen and (max-width:600px){
    .top{
        flex-direction: column;
        height: 65rem;
    }
    .images{
        height:20rem;
        width:90%;
    }
    .photo-series{
        width:60px;
        height: 18%;
    }
    .description{
        height: 35rem;
        width:90%;
      
    }
    .specification img{
        max-width: 150px;
    }
    }

    @media only screen and (max-width:600px){
        .top{
            flex-direction: column;
            height: 65rem;
        }
        .images{
            height:20rem;
            width:90%;
        }
        .photo-series{
            width:50px;
            height: 18%;
        }
        .description{
            height: 35rem;
            width:90%;
           
        }
        .description #one{
            font-size: 1.2rem;
            color:#005c75;
        }
        .description #two{
            font-size: 1.2rem;
        }
        .description #three{
            font-size: 1rem;
            line-height: 1.7rem;
        }
        .button{
            font-size: 0.8rem;
        }
        }
       