.btn-rounded-red, .btn-rounded-white {
  -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

.btn-rounded-red {
  background: #EE2737;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.64px;
  text-align: center;
  line-height: 20px;
  width: 200px;
  display: block;
  padding: 8px 0 8px 0;
  cursor: pointer;
  border: none; }
  .btn-rounded-red:hover {
    background-color: #d21020;
    color: #FFFFFF;
    text-decoration: none; }

.btn-rounded-white {
  background: #F9F9F9;
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #EE2737;
  letter-spacing: 0.64px;
  text-align: center;
  line-height: 20px;
  width: 170px;
  display: block;
  padding: 8px 0 8px 0; }
  .btn-rounded-white:hover {
    background-color: #e6e6e6;
    color: #EE2737;
    text-decoration: none; }

.btn-square-gray {
  background: #F0F0F0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: -0.03px;
  text-align: center;
  line-height: 20px;
  padding: 5px 12px; }

.btn-square-black {
  border: 1px solid #282828;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #282828;
  letter-spacing: -0.03px;
  text-align: center;
  line-height: 20px;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 15px; }

@media screen and (max-width: 767px) {
  .btn-rounded-red {
    padding: 10px 0; }

  .btn-rounded-white {
    padding: 10px 0; } }
section {
  margin-top: 110px; }
  section .left {
    background-color: #F9F9F9;
    padding: 85px 0 145px 0; }
    section .left img {
      height: 560px;
      object-fit: contain;
      width: 100%; }
  section h2 {
    margin-top: 25px;
    margin-bottom: 15px; }
  section a {
    margin: 0 auto;
    margin-top: 30px; }
  section .select {
    width: 213px;
    height: 35px;
    margin-top: 15px; }

@media screen and (max-width: 991px) {
  section {
    margin-top: 100px; }
    section .left {
      padding-top: 60px;
      padding-bottom: 80px; }
      section .left img {
        height: 310px; }
    section h2:first-child {
      margin-top: 55px;
      margin-bottom: 0; }
    section a {
      margin-bottom: 55px; } }
@media screen and (max-width: 767px) {
  section {
    margin-top: 100px;
    text-align: center; }
    section .left {
      background-color: #FFFFFF;
      padding-top: 0; }
      section .left h2 {
        margin-top: 10px;
        margin-bottom: 10px; }
    section .select {
      height: 40px; }
      section .select li, section .select .label {
        line-height: 40px; } }
