@media (max-width: 400px){

  .color .right-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1 !important;
  transition: 0.5s;
  transition-delay: 1s;
}
.mob {
  width: 32.3vw !important;
}
.mob2 {
    width: 71vw !important;
}
.color .colors .box p {
  margin-top: 30px;
  text-align: center;
  transition: 0.3s;
  transition-delay: 2.3s;
  opacity: 1 !important;
}

.development2 .img img {
    opacity: 1 !important;

}
.color .colors .box .img {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
}

.development2 .img {
    height: 63vw;
    width: 100% !important;
}
.development2 .text .browsers li {

    opacity: 1 !important;

}
.as{
  
    right: 5% !important;
    bottom: 6% !important;


}
}
.conclusions{
  position: relative;
}
.as{
  position: absolute;
    right: 15%;
    bottom: 11%;
    z-index: 4444;
    color: #fff;
    cursor: pointer;
}