p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 20px;
}

b {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #818181;
    font-size: small;
}

.spacing {
    margin-bottom: 30px;
}

video {
    width: 750px;
    height: auto;
  }

.col-sm-3{
    height: 1400px;
    background: linear-gradient(#5ea4da, #1f3f8d);
}
a {
text-decoration: none;
}

a:hover img {      
    transform: scale(1.5); 
  } 

@media (max-width: 1600px) {
    .adaptive {
        padding: 0;
        max-width: 1000px;
      }
    .responsive {
        width: 100%;
    }
    video {
        width: 600px;
        height: auto;
      }
    b {
        font-size: x-small;
    }
  }

@media (max-width: 1200px) {
    .adaptive {
        padding: 0;
        max-width: 800px;
      }
    .responsive {
        width: 100%;
    }
    b {
        font-size: x-small;
    }
    video {
        width: 450px;
        height: auto;
      }
  }

@media (max-width: 1000px) {
    .adaptive {
        position: absolute;
        top: 55%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
      }
    .responsive {
        width: 100%;}
    .col-sm-3 {
        max-width: 0px;
        max-height: 0px;
      }
    b {
        font-size: small;
    }
    video {
        width: 550px;
        height: auto;
    }
}

@media (max-width: 768px) {
    .adaptive {
        position: absolute;
        top: 55%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
      }
    .responsive {
        width: 100%;}
    .col-sm-3 {
        max-width: 0px;
        max-height: 0px;
      }
    p {
        font-size: small;
    }
    b {
        font-size: xx-small;
    }
    video {
        width: 420px;
        height: auto;
    }
}

@media (max-width: 480px) {
    .adaptive {
        position: absolute;
        top: 55%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
      }
    .responsive {
        width: 100%;}
    .col-sm-3 {
        max-width: 0px;
        max-height: 0px;
      }
    p {
        font-size: small;
    }
    b {
    font-size: 0px;}
      video {
        width: 350px;
        height: auto;
    }
}

@media (max-width: 448px) {
    .adaptive {
        position: absolute;
        top: 52%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%) }
    .col-sm-3 {
        max-width: 0px;
        max-height: 0px;
      }
    p {
        font-size: small;
    }
    b {
        font-size: 0px;
    }
    video {
        width: 320px;
        height: auto;
    }
    .responsive1 {
        height: 30px;
    }
}