.Opportunities {
  background: url("../Images/global.png");
  background-repeat: no-repeat;
  background-position: right -68px top 35%;
  background-color: #000249;
}
.OpportunitiesSection {
  padding: 40px !important;
}
.OpportunitiesRight {
  display: flex;
  justify-content: end;
  align-items: center;
}
.OpportunitiesLeft .title {
  letter-spacing: 0.2px;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}
.btnLetsTalk,
.btnGetInfo {
  margin: 20px;
}
.btnLetsTalk button {
  background-color: #dd1717;
}
.btnGetInfo button {
  background-color: #000249;
}
.btnLetsTalk button,
.btnGetInfo button {
  padding: 12px 15px;
  border-radius: 5px;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnLetsTalk p,
.btnGetInfo p {
  text-decoration: none;
  font-weight: 600;
  margin: 0;
  padding-right: 5px;
}



/* MEDIA QUERIES */

@media (max-width: 576px) {

  .OpportunitiesSection {
    padding: 20px;
  }
  
  .OpportunitiesLeft .title {
    font-size: 25px;
  }
  .OpportunitiesRight {
    display: flex;
    justify-content: start;
  }
  .btnLetsTalk, .btnGetInfo {
    margin: 5px;
}

}
@media (min-width: 768px) and (max-width: 991px) {
  .OpportunitiesRight {
    justify-content: start;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
}
@media (min-width: 1400px) and (max-width: 1920px) {
}
