body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bg-1 {
    background-color: #8EB69B;
}

.bg-2 {
 background-color: #461870; 
}

.bg-3 {
  background-color: #253031ff;
}

.bg-4 {
  background-color: #95B59D;
}

.bg-5 {
  background-color: #cfd6eaff;
}

.bg-6 {
    background-color: #586B5D;
}

.text-1 {
  color: #253031ff;
}

.text-2 {
  color: #b0b2b8ff;
}

/* $french-gray: #b0b2b8ff;
$lavender-web: #cfd6eaff;
$gunmetal: #253031ff;
$forest-green: #119822ff;
$english-violet: #403d58ff; */

.content-image {
    width: 100%;
}

.content-text {
    width: 100%;
}

.stu-separator {
    height: 96px;
}

@media screen and (min-width: 1080px) {
    .content-text {
        width: 50%;
    }

    .content-image {
        width: 100%;
        padding: 0px 50px 50px 50px;
    }
}

.big-image-text-bg {
    background: #ffffff69;
    padding: 75px;
}

.big-image {
    background-image: url(assets/large.jpg);
    width: 100%;
    height: 575px;
    background-size: cover;
    background-position-y: -113px;
}