* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none;
}
  
html, body {
    width: 100%;
    height: 100%;
    font-family: 'Verdana';
}
  
.content {
    flex: 1;
}
  
.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
/* IS-IT-FOR-ME-BLOCK-STYLES */

.is-it-for-me-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}

.tittle {
  font-size: 30px;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 68px;
}

.p-block {
  margin-bottom: 26px;
  text-align: left;
}

.p-block:last-child {
  margin-bottom: 0px;
}

.role-block {
  width: 695px;
  height: auto;
  margin-bottom: 68px;
}

.role-block-tittle-icon {
  display: flex;
  align-items: center;
}

.role-block-tittle {
  font-size: 20px;
  font-weight: 700;
  padding-left: 22px;
}

.text-block-technition {
  width: 695px;
  height: auto;
  margin-top: 26px;
  font-size: 15px;
}

.text-block-broker {
  width: 695px;
  height: auto;
  margin-top: 26px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-block-other {
  width: 695px;
  height: auto;
  margin-top: 26px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.join-block {
  margin-bottom: 60px;
  width: auto;
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.join-block-tittle {
  font-size: 20px;
  font-weight: 700;
}

.join-button {
	width: 150px;
	height: 35px;
	font-size: 15px;
	font-weight: 700;
	color: white;
	background-color: #008FDF;
  border: none;
  display: flex;
	justify-content: center;
  align-items: center;
  cursor: pointer;
}
